diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac65c8c6de1b9e36f68323b29f1610e833c3f35b..35bc6cb946fed29b932a3031b715a46fa0c21d44 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