Commit 4b911801 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

test pipeline

parent 1e85e2cd
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -31,5 +31,7 @@ unit-test-job: # This job runs in the test stage.
  script:
  script:
    - echo "Running unit tests... "
    - echo "Running unit tests... "
    - uname -a
    - uname -a
    - which apt
    - apt install python python-pip
    - pip install -r requirements.txt
    - sh install.sh
    - python tests/test_flip_image.py
    - python tests/test_flip_image.py