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