From 90203b2edff6acb3eb351810aea8319f55005755 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Thu, 10 Feb 2022 12:38:54 +0100 Subject: [PATCH] [ci] add ./tests to pytest command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: