diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40af2c49879743f0f0fee25367178727bb23dd1b..2407079397556a6ed3efa0f28c2c01e0ddc8a13d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -100,8 +100,11 @@ Dev Docker Image:
     - .docker-image
     - .development
   allow_failure: true
+  when: manual
 
 Prod Docker Image:
   extends:
     - .docker-image
-    - .production
\ No newline at end of file
+    - .production
+  when: manual
+  allow_failure: true
\ No newline at end of file