diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 030ee37..97d0015 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,10 +87,7 @@ stable:test: needs: ["stable:test"] script: - cargo install cargo2junit - - > - cargo test --workspace $TEST_TARGET -- - -Z unstable-options --format json --report-time - | cargo2junit > report.xml + - cargo test --workspace $TEST_TARGET -- -Z unstable-options --format json --report-time | cargo2junit > report.xml artifacts: when: always reports: