diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1ec1b5563f5047067fe2af61dbf9a879b96f423..4a1e46ac23021886af0199af0e520dab175b8915 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: