Skip to content
Snippets Groups Projects

Draft: abuse junit report file

Closed Whitney Armstrong requested to merge report_test into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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
Loading