From ed8382d39306671a4751dd4e5bfb5508b5ecc825 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Tue, 15 Feb 2022 15:16:12 +0100 Subject: [PATCH] run tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ee8ba7..f1e23e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,4 +24,5 @@ test: alias: "db-local" script: - pip install -r requirements.txt -r requirements-test.txt + - coverage run --source='.' runtests.py - coverage report --skip-covered --omit=*/wsgi.py,*/asgi.py,manage.py,*/apps.py,setup.py -- GitLab