From: Magnus Jacobsson Date: Sun, 19 Apr 2020 18:55:16 +0000 (+0200) Subject: Enable JUnit test reports X-Git-Tag: 2.44.1~76^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6c014b1a91b40743182d2e5b97fb778aa804114;p=graphviz Enable JUnit test reports --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 234298496..a21c81d37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,6 +52,9 @@ portable-source: stage: test script: - ci/test.sh + artifacts: + reports: + junit: graphviz-*/report.xml centos6-build: <<: *rpm_build_definition