ci: fix path to junit report on release builds

This commit is contained in:
Daniel Eklöf 2020-09-16 19:41:53 +02:00
parent 0f0fec093e
commit 185a6048a7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -42,7 +42,7 @@ release-x64:
- ninja -v test
artifacts:
reports:
junit: bld/debug/meson-logs/testlog.junit.xml
junit: bld/release/meson-logs/testlog.junit.xml
debug-x86:
image: i386/alpine:edge
@ -68,7 +68,7 @@ release-x86:
- ninja -v test
artifacts:
reports:
junit: bld/debug/meson-logs/testlog.junit.xml
junit: bld/release/meson-logs/testlog.junit.xml
codespell:
image: alpine:edge