Fix "test" job in CI/CD pipeline
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user