From 49868527cdac30fd407e1f470397948a7379605d Mon Sep 17 00:00:00 2001 From: Frisk Date: Fri, 19 Nov 2021 13:03:59 +0100 Subject: [PATCH] Fixed test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0edcec6..ae19232 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ pytest: script: - source venv/bin/activate - pip3.7 install -U pytest - - pytest --junitxml=report.xml + - pytest --junit-xml=report.xml artifacts: when: always reports: