diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3134d50802dd3646ac54bab9357dbdd052abacc..901b0d9d044b017755496c6b7782b3ff46eed940 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"