diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 41d30c5d075df1a44cae10437d2501eb07efb4a6..855ca81fcfc1f54a02638970bb9a8dc349920203 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ stages:          # List of stages for jobs, and their order of execution
 
 
 build-job:       # This job runs in the build stage, which runs first.
+  stage: deploy
   image:
     name: gcr.io/kaniko-project/executor:v1.14.0-debug
     entrypoint: [""]
@@ -45,7 +46,7 @@ build-job:       # This job runs in the build stage, which runs first.
 #     - sleep 10
 #     - echo "No lint issues found."
 
-deploy-job:      # This job runs in the deploy stage.
-  stage: deploy  # It only runs when *both* jobs in the test stage complete successfully.
-  script:
-    - docker push gitlab.desy.de:5555/fs-ec/docker/bluesky_bliss_data
+# deploy-job:      # This job runs in the deploy stage.
+  # stage: deploy  # It only runs when *both* jobs in the test stage complete successfully.
+  # script:
+    # - docker push gitlab.desy.de:5555/fs-ec/docker/bluesky_bliss_data