Commit ab3e9b57 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

test pipeline

parent 288e64d3
Pipeline #36 failed with stages
in 3 seconds
...@@ -31,7 +31,7 @@ unit-test-job: # This job runs in the test stage. ...@@ -31,7 +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 sh - which python3
- apt update && apt upgrade - apt update && apt upgrade
- apt install python python-pip - apt install python python-pip
- pip install -r requirements.txt - pip install -r requirements.txt
......
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