From 149a1128399e4abfdc56a66609a5ba52dd1faa59 Mon Sep 17 00:00:00 2001 From: Frisk Date: Thu, 6 Jan 2022 15:45:22 +0100 Subject: [PATCH] Actually actually fix pytest tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae19232..a3966ab 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 --junit-xml=report.xml + - PYTHONPATH=. pytest --junit-xml=report.xml artifacts: when: always reports: