diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5691001801adbad8ae5f4910aa7b5d5b0026b39f..da004b13c77d986fd3717d409d317923dc305663 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -115,7 +115,7 @@ deploy staging documentation:
   only:
     - develop
 
-deploy rrz:
+deploy rrz tag:
   image: alpine
   stage: deploy
   before_script:
@@ -126,6 +126,17 @@ deploy rrz:
   only:
     - tags
 
+deploy rrz master:
+  image: alpine
+  stage: deploy
+  before_script:
+    - sh bin/enable_ssh
+    - apk add git
+  script:
+    - git push $PUBLIC_REPO HEAD:master
+  only:
+    - master
+
 test pip deployment:
   image: python:3
   stage: deploy-test