diff options
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cb0b9b48..a06f9ee47 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ test-mutter: - glib-compile-schemas $GSETTINGS_SCHEMA_DIR - > dbus-run-session -- xvfb-run -s '+iglx -noreset' - meson test -C build --no-rebuild -t 10 --verbose --no-stdsplit --wrap catchsegv + meson test -C build --no-rebuild -t 10 --verbose --no-stdsplit --print-errorlogs --wrap catchsegv only: - merge_requests - /^.*$/ |