From fe796f95cec7c49afc1207a10e1e50984aead94d Mon Sep 17 00:00:00 2001
From: Bastien Le Querrec <blq@laquadrature.net>
Date: Wed, 27 Mar 2024 12:09:06 +0100
Subject: [PATCH] =?UTF-8?q?ci:=20installe=20les=20d=C3=A9pendances=20m?=
 =?UTF-8?q?=C3=AAme=20sur=20les=20branches=20autres=20que=20main?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c854629..1000184 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,7 @@ install:
     - lib/
     - pyvenv.cfg
   rules:
-    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $COMPILE_DOCKER == null
+    - if: $COMPILE_DOCKER == null
 
 pep8:
   stage: lint
-- 
GitLab