From f7302ca93db4ef3b3f978d10e6701d2d3ac3bd99 Mon Sep 17 00:00:00 2001 From: nguyed99 <nguyed99@zedat.fu-berlin.de> Date: Thu, 18 Jan 2024 00:10:05 +0100 Subject: [PATCH] fix pipeline --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac65c8c..35bc6cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ test-jobs: script: - docker run $CONTAINER_IMAGE /bin/sh -c "pytest /root/jobs/tests" -test_tasks: - stage: test_tasks +test-tasks: + stage: test-tasks script: - docker run $CONTAINER_IMAGE /bin/sh -c "pytest /root/tasks/tests" \ No newline at end of file -- GitLab