summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
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 91aa40c3e..e89515849 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ test-autotools-fedora27:
script:
- su tracker -c './autogen.sh --disable-functional-tests --prefix=/usr'
- su tracker -c 'make -j'
- - LANG=en_US.UTF8 su tracker -c 'dbus-launch make check'
+ - LANG=en_US.UTF8 VERBOSE=1 TESTS_ENVIRONMENT=dbus-launch su tracker -c 'make check'
test-meson-fedora27:
stage: test