Update .gitlab-ci.yml file

This commit is contained in:
2023-03-30 15:37:25 +00:00
parent d52fa76e8d
commit 77ac27652b

View File

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