diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd12738fcc4d97672739890a87081be20f103126..5ea3bae19e04ffe767d18d9cd7560cf6cf384035 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,12 +72,13 @@ internal-tests:
 
 
 update-ps:
-  only: master
-  when: on_success
-  tags:
-    - zipr
-  script:
-    - "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella"
-    - "git commit -m 'submod automatic update from zipr update-ps job on '$(date) zipr"
-    - "git push"
+        stage: deploy
+        only: master
+        when: on_success
+        tags:
+                - zipr
+        script:
+                - "cd $CICD_MODULE_WORK_DIR/peasoup_umbrella"
+                - "git commit -m 'submod automatic update from zipr update-ps job on '$(date) zipr"
+                - "git push"