From cf58664ccaae0471ab4df6a319e669a30ca4fdf4 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sat, 24 Jul 2021 23:32:28 -0500
Subject: [PATCH] use junit report file

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 445a13e..67a260a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ default:
       - juggler.env
     reports:
       dotenv: juggler.env
+      junit: results/report.xml
 
 stages:
   - config0
@@ -48,6 +49,7 @@ common:variables:
         echo "COMMON_BENCH_VERSION=${CI_COMMIT_REF_NAME}" >> juggler.env
       fi
       echo "COMMON_BENCH_VERSION = ${COMMON_BENCH_VERSION}"
+      mkdir -p results && ls -1 * >> results/report.xml
 
 common:setup:
   stage: config
-- 
GitLab