From fc09a26b59570254f2eb7dc5843f4a5372b96e56 Mon Sep 17 00:00:00 2001 From: Andrea Azzarone Date: Fri, 14 Dec 2018 15:50:25 +0000 Subject: 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1