From e15fa99f8ea8b4f7fd994bb51c1bf979c0fdd225 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@gmail.com>
Date: Tue, 6 Nov 2018 23:16:15 +0000
Subject: [PATCH] added automatic update of submod for ps-umbrella for zipr
 module

---
 .gitlab-ci.yml | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd12738..5ea3bae 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"
           
-- 
GitLab