Skip to content

Commit

Permalink
Forgot folder creation before d-bus daemon startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallFurryMan committed Dec 19, 2021
1 parent b607d6e commit f65a547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ build-and-test-stable:
- *build_recipe
script:
- rm -rf Testing
- mkdir -p /var/run/dbus
- dbus-daemon --config-file=/usr/share/dbus-1/system.conf --print-address
- xvfb-run ctest -T test -L stable --output-on-failure
after_script:
Expand All @@ -89,6 +90,7 @@ build-and-test-unstable:
- *build_recipe
script:
- rm -rf Testing
- mkdir -p /var/run/dbus
- dbus-daemon --config-file=/usr/share/dbus-1/system.conf --print-address
- xvfb-run ctest -T test -LE stable --output-on-failure --no-compress-output
after_script:
Expand Down

0 comments on commit f65a547

Please sign in to comment.