aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfc69d29..be2ac1d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -113,7 +113,7 @@ test-3.7-alpine:
before_script:
- python manage.py migrate
script:
- - coverage run --source=api,home,pysite,wiki --branch manage.py test
+ - coverage run --branch manage.py test
after_script:
- coverage report
artifacts: