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