From e7ca05e1bfac4d4068be56b2c3e873c9eb382baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 15 Mar 2023 15:07:37 +0100 Subject: [PATCH] ci: Use proper name for valgrind junit file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19ef0db..6991a48 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: