From abc26c1b9b9121b6a732da159807e499cb8c7336 Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Thu, 27 Jun 2024 11:48:22 +0000 Subject: [PATCH] Pipeline: small changes --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57513bc2e..5c47dd1c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,7 @@ unit-test-job: # This job runs in the test stage. script: - echo "Running unit tests..." - pip install pytest + - pip install -e . # - pytest --junitxml=report.xml - python -m pytest # tests/ artifacts: -- GitLab