From 6730fd89f2fb5a2315deb51576876cf4a203d866 Mon Sep 17 00:00:00 2001 From: Frisk Date: Mon, 10 May 2021 15:04:39 +0200 Subject: [PATCH] Add installation of pytest before generating report for unittests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1820e5a..4ef757c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ include: pytest: stage: test script: + - pip3.7 install -U pytest - pytest --junitxml=report.xml artifacts: when: always