diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c16cb1..e9de22e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ Atheneum:Tests: - python3 -m pipenv --version - cd server - pipenv install --dev --system - - PYTHONPATH=$(pwd) coverage --source atheneum -m pytest + - PYTHONPATH=$(pwd) coverage run --source atheneum -m pytest - coverage report tags: - docker