summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-10-30 16:15:56 +0100
committerBastien Nocera <hadess@hadess.net>2020-10-30 16:15:56 +0100
commit78103e4f26d9f7c155da2c32f553de379cd950af (patch)
tree96169ec5ac52e9f21b3b4db872fb729bddb530d4
parentd40a6545108567b01bd0a4c15cd97e524cf419ab (diff)
downloadgrilo-plugins-78103e4f26d9f7c155da2c32f553de379cd950af.tar.gz
ci: Run the tests in a dbus session
(tracker-miner-fs-3:2047): Tracker-Message: 14:28:03.329: tracker-miner-fs-3 running as org.freedesktop.Tracker3.Miner.Files (tracker-miner-fs-3:2047): libupower-glib-WARNING **: 14:28:03.705: Couldn't connect to proxy: Could not connect: No such file or directory (tracker-miner-fs-3:2047): Tracker-WARNING **: 14:28:03.705: Unable to connect to UPower (tracker-extract-3:2064): Tracker-Message: 14:28:06.042: tracker-extract-3 running as org.freedesktop.Tracker3.Miner.Extract. The service will exit when org.freedesktop.Tracker3.Miner.Files disappears from the bus.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 440616a..2bf519d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,7 +75,7 @@ build_stable:
-Denable-youtube=yes
- ninja -C _build
- ninja -C _build install
- - LANG=C.UTF-8 meson test -C _build --suite=grilo-plugins
+ - LANG=C.UTF-8 dbus-run-session meson test -C _build --suite=grilo-plugins
artifacts:
name: meson-logs
when: on_failure