From 97fee8ca9643c4efad6555136dbbc68706a58b4b Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Thu, 10 Feb 2022 11:56:35 +0100 Subject: [PATCH] [ci] execute pytest on tests folder --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20553cc..d19a54d 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 + - pipenv run pytest -v ./tests - pipenv run halfapi --version run: