diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b02c03dd9301943518420e61c3f5256176d3d13..bf43643d61ab6a129a1d2df9dae7f625fab650e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,12 +62,7 @@ set-variables:
     - ./get-modified-image.sh
   # If the Dockerfile is changed, force the build.
   # Otherwise, may be triggered manually.
-  rules:
-    - changes:
-      - "**/Dockerfile"
-      - "**/docker-compose.yml"
-      when: always
-    - when: manual
+  when: always
 
 # Build the image that was modified
 build: