From 134ba743997ea3e4764531a24837cd6fea1cc8a8 Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Thu, 22 Apr 2021 16:06:20 +0200
Subject: [PATCH] Fix pytest junit command

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 25516f2947..8ba140e3c2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -142,7 +142,7 @@ test_api:
     - pip3 install -r requirements/local.txt
     - pip3 install -r requirements/test.txt
   script:
-    - pytest --cov=funkwhale_api --junit=report.xml tests/
+    - pytest --cov=funkwhale_api --junitxml=report.xml tests/
   tags:
     - docker
   artifacts:
-- 
GitLab