diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d19a54d..1acac74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ test: - pip3 install pipenv - pipenv install --dev --skip-lock - pipenv run pytest --version - - pipenv run pytest -v ./tests + - PYTHONPATH=./tests/ pipenv run pytest -v ./tests - pipenv run halfapi --version run: