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: