ci: Use proper name for valgrind junit file

This commit is contained in:
Marco Trevisan (Treviño)
2023-03-15 15:07:37 +01:00
parent 677c50fc51
commit e7ca05e1bf

View File

@@ -100,7 +100,7 @@ test_valgrind:
- meson test -C _build --print-errorlogs --no-stdsplit --setup=valgrind
artifacts:
reports:
junit: "_build/meson-logs/testlog.junit.xml"
junit: "_build/meson-logs/testlog-valgrind.junit.xml"
expose_as: 'Valgrind test logs'
when: always
paths: