Fix "test" job in CI/CD pipeline

This commit is contained in:
Sumner Evans
2020-01-14 17:04:26 -07:00
parent a0f20d554d
commit a7a511656e

View File

@@ -27,6 +27,10 @@ test:
stage: test
before_script:
- ./cicd/install-project-deps.sh
- apt install -y gir1.2-networkmanager-1.0 dbus
- dbus-uuidgen > /var/lib/dbus/machine-id
- mkdir -p /var/run/dbus
- dbus-daemon --config-file=/usr/share/dbus-1/system.conf --print-address
script:
- pipenv run ./cicd/pytest.sh
artifacts: