Update .gitlab-ci.yml file

This commit is contained in:
2023-03-30 15:24:16 +00:00
parent 9dbcfd7bff
commit 4198e1dbe9

View File

@@ -3,8 +3,10 @@ build-job:
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
test-job1:
stage: test
script:
- echo "This job tests something"
run_tests:
stage: test
before_script:
- conda activate cristallina
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- pytest -v