diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af3d879fb..249c38400 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,8 +24,9 @@ test-mutter: - build script: - glib-compile-schemas $PWD/build/data + - mkdir -m 700 $PWD/runtime-dir - > - env XDG_RUNTIME_DIR=/tmp + env XDG_RUNTIME_DIR=$PWD/runtime-dir GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx -noreset' meson test -C build --no-rebuild -t 10 --verbose --no-stdsplit --wrap catchsegv