From 1cf60ae894ed9399e6b39b3f2444d6ece405850f Mon Sep 17 00:00:00 2001 From: Drew Short Date: Wed, 4 Jul 2018 19:37:33 -0500 Subject: [PATCH] Fixing the coverage command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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