Update .gitlab-ci.yml file

This commit is contained in:
2023-03-30 15:42:44 +00:00
parent 73149494dc
commit 7690f822fb

View File

@@ -8,6 +8,7 @@ run_tests:
before_script:
- echo "$CI_BUILDS_DIR"
- source /home/gitlab-runner/miniconda3/bin/activate cristallina
- echo `pwd`
- pip install -e cristallina
script:
- echo "Hello, $GITLAB_USER_LOGIN!"