From e6c014b1a91b40743182d2e5b97fb778aa804114 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 19 Apr 2020 20:55:16 +0200 Subject: [PATCH] Enable JUnit test reports --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0