ci: Produce a junit report for asan too

This commit is contained in:
Matthias Clasen 2023-11-25 10:36:10 -05:00
parent 7c620ac2b7
commit 855fa6d523

View File

@ -430,6 +430,9 @@ asan-build:
- .gitlab-ci/run-tests.sh _build x11
artifacts:
when: always
reports:
junit:
- "${CI_PROJECT_DIR}/_build/report-wayland.xml"
paths:
- "${CI_PROJECT_DIR}/_build/meson-logs"