diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c11eb2520bbab93ef99df4325784d239af025cb..7aa5aeed5700169a653e8773025254f54f7c95f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ stages:
 build backend:
   stage: build backend
   
-  when: manual 
+#  when: manual 
 
   image:
     name: gcr.io/kaniko-project/executor:debug
@@ -42,7 +42,7 @@ build backend:
 build frontend:
   stage: build frontend
   
-  when: manual 
+#  when: manual 
 
   image:
     name: gcr.io/kaniko-project/executor:debug
@@ -63,7 +63,7 @@ deploy mongodb:
 
     stage: deploy mongodb
 
-    when: manual
+#    when: manual
 
 #    script: echo "Deploying"
     image: bitnami/kubectl:latest
@@ -84,7 +84,7 @@ deploy backend:
 
     stage: deploy backend
 
-    when: manual
+#    when: manual
 
 #    script: echo "Deploying"
     image: bitnami/kubectl:latest
@@ -101,7 +101,7 @@ deploy frontend:
 
     stage: deploy frontend
 
-    when: manual
+#    when: manual
 
 #    script: echo "Deploying"
     image: bitnami/kubectl:latest