Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -32,8 +32,7 @@ unit-test-job: # This job runs in the test stage. - echo "Running unit tests... " - uname -a - which python3 - apt update && apt upgrade - apt install python python-pip - which pip3 - pip install -r requirements.txt - sh install.sh - python tests/test_flip_image.py Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -32,8 +32,7 @@ unit-test-job: # This job runs in the test stage. - echo "Running unit tests... " - uname -a - which python3 - apt update && apt upgrade - apt install python python-pip - which pip3 - pip install -r requirements.txt - sh install.sh - python tests/test_flip_image.py