diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc2f7123472df5d326a30f09c6ba0e19ea2deb6e..55773a27f35700c7c6a9ab9b6c82e0142d930927 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,6 +28,7 @@ test37-django2:
     - coverage run --source='basetheme_bootstrap' manage.py test && coverage report  -m
 
 testrc-django2:
+  allow_failure: true
   stage: test
   image: python:rc
   script:
@@ -60,6 +61,7 @@ test37-django31:
     - coverage run --source='basetheme_bootstrap' manage.py test && coverage report  -m
 
 testrc-django3:
+  allow_failure: true
   stage: test
   image: python:rc
   script: