summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrea Azzarone <andrea.azzarone@canonical.com>2018-12-14 15:50:25 +0000
committerSam Thursfield <sam@afuera.me.uk>2019-05-25 20:19:06 +0200
commitfc09a26b59570254f2eb7dc5843f4a5372b96e56 (patch)
treea29646cf719642d9553719675d4a722cffaa9951 /.gitlab-ci.yml
parentfd587b6e6bb669966cf56060d125ad6da5500072 (diff)
downloadtracker-fc09a26b59570254f2eb7dc5843f4a5372b96e56.tar.gz
tests: Don't depend on installed service file
Run dbus-run-session with the --config-file parameter in order to allow to run tests without installing tracker before. Closes: https://gitlab.gnome.org/GNOME/tracker/issues/24
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84f040af3..028768279 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ test-fedora-latest:
# screenful of junk each time unless we strip these.
unset $(env|grep -o '^CI_[^=]*')
- su tracker -c 'cd build; dbus-run-session -- env LANG=en_US.UTF8 meson test --print-errorlogs'
+ su tracker -c 'cd build; meson test --print-errorlogs'
artifacts:
when: always