From e7ce642258741bbb08eaf5386eee4996119945b4 Mon Sep 17 00:00:00 2001 From: Jonas Zohren Date: Sun, 18 Jul 2021 14:11:57 +0200 Subject: [PATCH] CI: Generate junit test report --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37a0ed8..36b643c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,11 +56,17 @@ test:sytest: - "cd /" script: - "/bootstrap.sh conduit" + after_script: + - "perl ./sytest/tap-to-junit-xml.pl --input /logs/results.tap --output /sytest.xml" artifacts: + when: always paths: - "/logs/**/*.log" - "/logs/**/*.log.*" - "/logs/results.tap" + - "/sytest.xml" + reports: + junit: "/sytest.xml" # --------------------------------------------------------------------- #