1
0
Fork 0

ci: Fix junit artifact file name

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1796>
This commit is contained in:
Jonas Ådahl 2021-10-26 17:53:50 +02:00
parent c0bc821f62
commit 1f9af12e5a

View file

@ -260,7 +260,7 @@ build-without-native-backend-and-wayland@x86_64:
artifacts: artifacts:
expire_in: 1 day expire_in: 1 day
reports: reports:
junit: "build/meson-logs/testlog-catchsegv.junit.xml" junit: "build/meson-logs/testlog.junit.xml"
name: "mutter-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}" name: "mutter-${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}"
when: always when: always
paths: paths: