diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32a1797a1..8af342278 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,8 @@ test-mutter: - meson . build -Degl_device=true -Dwayland_eglstream=true - ninja -C build - glib-compile-schemas $PWD/build/data - - env XDG_RUNTIME_DIR=/tmp/ GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx -noreset' meson test -C build --verbose --no-stdsplit + - env XDG_RUNTIME_DIR=/tmp/ GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx -noreset' meson test -C build --verbose --no-stdsplit --wrap catchsegv artifacts: paths: - - build/meson-logs + - build/ when: on_failure