diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e425d11..5c16cb1 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 --source atheneum -m pytest - coverage report tags: - docker