gitlab-ci: add junit reports to the debian builder

Signed-off-by: Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
This commit is contained in:
Alex Richardson 2021-07-27 14:01:03 +01:00 committed by Alexander Richardson
parent c0e8990e65
commit f1552700ce

View file

@ -226,7 +226,8 @@ armv7-debian-container_prep:
paths:
- build-*/meson-logs
- prefix-*
reports:
junit: build-*/meson-logs/testlog.junit.xml
# Full build and test.
x86_64-debian-build: