From 88a53cc9ceed9fb21dab5ee7acb4673260652469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Tue, 6 Dec 2022 14:07:11 +0100 Subject: [PATCH] ci: Fix the expected name of the junit report Tests are run with '--setup plain', expect testlog-plain.junit.xml as an artifact name. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: