From 1a75313fc78d0ac5d3f01b4504ff983687b828f3 Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Mon, 27 Apr 2020 23:14:38 +0200
Subject: [PATCH] [CI] Always trigger set-variables to prevent errors

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1ec1b55..4a1e46ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,16 +58,11 @@ set-variables:
   # If there are changes in any of the files and folders of 'pica-*' or
   # 'meta-*', then propose a manual build
   rules:
-    - changes:
-      - "pica-*/Dockerfile"
-      - "pica-*/clair-whitelist.yml"
-      - "meta-*/Dockerfile"
-      - "meta-*/clair-whitelist.yml"
-      when: always
     - changes:
       - "pica-*/**"
-      when: manual
+      when: always
       allow_failure: true
+    - when: never
 
 # Build the image that was modified
 build:
-- 
GitLab