diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edea51f1274f71f075f624bdd2e5593e5a61fbfa..7fa674457bcd0f516bc8d21a07b421f0220e994e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,13 +24,13 @@ test: - coverage report - pytest --junitxml=report.xml - mkdir dist - - mv report.xml dist + - cp report.xml rep - ls -la - - ls -la dist + - ls -la rep artifacts: when: always reports: - junit: "reportt.xml" + junit: "../report.xml" only: - branches