1
0
Fork 0

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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2733>
This commit is contained in:
Hunor Csomortáni 2022-12-06 14:07:11 +01:00
parent 3d083655f1
commit 88a53cc9ce

View file

@ -380,7 +380,7 @@ build-without-native-backend-and-wayland@x86_64:
--timeout-multiplier 10 --timeout-multiplier 10
artifacts: artifacts:
reports: reports:
junit: "build/meson-logs/testlog.junit.xml" junit: "build/meson-logs/testlog-plain.junit.xml"
test-mutter@x86_64: test-mutter@x86_64:
extends: extends: