Skip to content
Snippets Groups Projects
Commit cf58664c authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

use junit report file

parent fff61868
No related branches found
No related tags found
1 merge request!21Draft: abuse junit report file
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment