diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df55d031068a1575ee7ee131653b722050bdd3c8..be9bc18894a921cebdd1af728d2e7c2754c45807 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,10 +29,10 @@ test: - ls -la dist artifacts: paths: - - report.xml + - reportt.xml when: always reports: - junit: report.xml + junit: reportt.xml only: - branches