diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5636e0c38da373dce33cfdfbd02863c2a3b9f6d9..51229048b0c0453336dda542181a5e8745794812 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,8 +24,9 @@ cache:
 
 
 build-client-pages:
+  only: 
+    - master
   stage: build
-  only: master
   script: 
     # - echo "Creating credential file"
     # - echo $DB_HOST > .env
@@ -48,8 +49,9 @@ build-client-pages:
 
 
 pages:
+  only: 
+    - master
   stage: deploy
-  only: master
   script:
     - cd public
     - ls 
@@ -60,8 +62,9 @@ pages:
 
 
 run_server:
+  only: 
+    - master
   stage: run
-  only: master
   dependencies:
     - build-client-pages
   script: