summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunor Csomortáni <csomh@redhat.com>2022-12-06 14:07:11 +0100
committerHunor Csomortáni <csomh@redhat.com>2022-12-06 14:08:37 +0100
commit88a53cc9ceed9fb21dab5ee7acb4673260652469 (patch)
tree26515bc97192ab8710e9be7eea45318a208dd7d6
parent3d083655f10ad6ff0eef1f4a628d5635890ab4f3 (diff)
downloadmutter-2486-mutter-crashes-on-xdg_activation-activate-request.tar.gz
ci: Fix the expected name of the junit report2486-mutter-crashes-on-xdg_activation-activate-request
Tests are run with '--setup plain', expect testlog-plain.junit.xml as an artifact name. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2733>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd75b16ca..210b9b4c3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -380,7 +380,7 @@ build-without-native-backend-and-wayland@x86_64:
--timeout-multiplier 10
artifacts:
reports:
- junit: "build/meson-logs/testlog.junit.xml"
+ junit: "build/meson-logs/testlog-plain.junit.xml"
test-mutter@x86_64:
extends: