diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e752a290f2e69e58cf201183c4e1cb2656d1804e..238e726f7892a809e8c8b0d54ae91382c239f532 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,8 @@ deploy-release:
     - git commit -m "[SKIP CI] Replace latest with tag $RELEASE"
     - git tag -a $RELEASE -m "[SKIP CI] Version $RELEASE created by gitlab-ci build"
     - git remote set-url origin git@${CI_SERVER_HOST}:${CI_PROJECT_PATH}.git
-    - git push --all --tags
+    - git push --all
+    - git push --tags
   rules:
      - if: '$CI_COMMIT_BRANCH =~ /^releases//'
        when: always