From e23f04cc2d975f51b64faf441ea4a6ab53c7439b Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Fri, 23 Sep 2022 13:38:40 +0200 Subject: [PATCH] Write reportfile correctly --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b38ae7..3245daf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ pytest: - apk add poetry - poetry install script: - - poetry run pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api_client --junitxml=report.yml tests + - poetry run pytest --cov-report xml --cov-report term-missing:skip-covered --cov=funkwhale_api_client --junitxml=report.xml tests artifacts: when: always reports: -- GitLab