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