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