Update .gitlab-ci.yml file
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user