mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ci: Install python3-coverage before running tests
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
68061f848d
commit
7e2c9b1095
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user