diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70a08a66f..60f931c53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ stages: run-unit-tests: stage: test script: + - apt-get install -y python3-coverage - adduser tester --gecos "First Last,RoomNumber,WorkPhone,HomePhone" --disabled-password - echo "tester:password" | chpasswd - cp -r . /home/tester/plinth