Update .gitlab-ci.yml file

This commit is contained in:
2023-03-30 15:25:24 +00:00
parent 4198e1dbe9
commit 2d194c89b0

View File

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