diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf62f0e..c19c130 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,10 @@ build-job: script: - echo "Hello, $GITLAB_USER_LOGIN!" -test-job1: - stage: test - script: - - echo "This job tests something" - \ No newline at end of file +run_tests: + stage: test + before_script: + - conda activate cristallina + script: + - echo "Hello, $GITLAB_USER_LOGIN!" + - pytest -v \ No newline at end of file