From ad953368c17ab71cc8b70113682ce952a127c763 Mon Sep 17 00:00:00 2001 From: Frisk Date: Sat, 22 May 2021 14:23:49 +0200 Subject: [PATCH] Fixed gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7978a2a..5bd1490 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ stages: - pytest test: + stage: test script: - apk add libxml2-dev libxslt-dev libxml2 gcc musl-dev linux-headers - pip3.7 install -r requirements.txt @@ -19,7 +20,7 @@ test: - testing pytest: - stage: test + stage: pytest script: - pip3.7 install -U pytest - pytest --junitxml=report.xml