From a3b1777d46a82ef900356a395108d05de1640038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 28 Mar 2019 18:28:19 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3eac27b..18e9273 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,8 @@ test:cargo: stage: test script: - rustc --version && cargo --version # Print version info for debugging - - cargo test + - cargo install rs-junit + - cargo test-junit --name output.xml artifacts: reports: junit: output.xml