ci: Install python3-coverage before running tests

Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
Joseph Nuthalapati 2018-07-16 12:31:51 +05:30
parent 68061f848d
commit 7e2c9b1095
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -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