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