From 5c9f84e9610415ef52251ed3f96f3dff43341af0 Mon Sep 17 00:00:00 2001 From: Anson Date: Sat, 5 Nov 2022 23:11:24 -0600 Subject: [PATCH] fix typo in default template --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 368644c..4042ac0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,6 @@ test:cargo: # Optional: Use a third party library to generate gitlab junit reports test:junit-report: script: - Should be specified in Cargo.toml - cargo install junitify - cargo test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR/tests/ artifacts: