Loading .gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -30,5 +30,4 @@ unit-test-job: # This job runs in the test stage. stage: test # It only starts when the job in the build stage completes successfully. script: - echo "Running unit tests... " - sleep 60 - echo "python tests/test_flip_image.py" Loading
.gitlab-ci.yml +0 −1 Original line number Diff line number Diff line Loading @@ -30,5 +30,4 @@ unit-test-job: # This job runs in the test stage. stage: test # It only starts when the job in the build stage completes successfully. script: - echo "Running unit tests... " - sleep 60 - echo "python tests/test_flip_image.py"