Commit 1e85e2cd authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

test pipeline

parent 43b86f02
Pipeline #30 failed with stages
in 2 seconds
...@@ -30,4 +30,6 @@ unit-test-job: # This job runs in the test stage. ...@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment