Skip to content
Snippets Groups Projects
Commit f7302ca9 authored by nguyed99's avatar nguyed99
Browse files

fix pipeline

parent 6d77d01e
No related branches found
No related tags found
No related merge requests found
Pipeline #58648 failed
...@@ -20,7 +20,7 @@ test-jobs: ...@@ -20,7 +20,7 @@ test-jobs:
script: script:
- docker run $CONTAINER_IMAGE /bin/sh -c "pytest /root/jobs/tests" - docker run $CONTAINER_IMAGE /bin/sh -c "pytest /root/jobs/tests"
test_tasks: test-tasks:
stage: test_tasks stage: test-tasks
script: script:
- docker run $CONTAINER_IMAGE /bin/sh -c "pytest /root/tasks/tests" - docker run $CONTAINER_IMAGE /bin/sh -c "pytest /root/tasks/tests"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment