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:
parent
3d083655f1
commit
88a53cc9ce
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user