Update .gitlab-ci.yml file

This commit is contained in:
2023-03-30 15:28:09 +00:00
parent 2d194c89b0
commit 6bef01a7a4

View File

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