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: