From 4198e1dbe91e81872e12669d11d06422f32abd84 Mon Sep 17 00:00:00 2001 From: steppke_a Date: Thu, 30 Mar 2023 15:24:16 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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