Update .gitlab-ci.yml file

This commit is contained in:
2023-03-30 15:34:31 +00:00
parent 6bef01a7a4
commit d52fa76e8d

View File

@@ -6,7 +6,8 @@ build-job:
run_tests:
stage: test
before_script:
- source /home/gitlab-runner/miniconda3/bin/activate cristallina
- conda activate cristallina
- pip install -e cristallina
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- pytest -v