From 723031629687313b27ce9fd712b79337e1dc92b1 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Tue, 30 Nov 2021 12:13:17 +0100 Subject: [PATCH] [ci] add pytest version --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c0f99b..b8ce770 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ test: - python3 -V # Print out python version for debugging - pip3 install pipenv - pipenv install --dev --skip-lock + - pipenv run pytest --version - pipenv run pytest -v - pipenv run halfapi --version