From adcec9c61ac8bb9b6bea775a8bcca1b780d1e1f9 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Tue, 4 Jan 2022 12:04:27 +0100
Subject: [PATCH] allow_failure for python RC

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc2f712..55773a2 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:
-- 
GitLab