diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c938918a5c5a7447a10dfc1300e62235b1ef5cd..e5caca08732c8121a80b9afea2eced88678c0d57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,7 @@ django tests and coverage:
     - pip install -U poetry black
     - poetry install
     - poetry run doit migrate
-    - poetry run ./manage.py check --failfast
+    - poetry run ./manage.py check
 #    - poetry run ./manage.py test
 #  coverage: /^TOTAL.*\s+(\d+\%)$/