diff --git a/gitlab-ci.yml b/gitlab-ci.yml
index e3ec0ffe83e95be37b31778a6770e5437a492565..16aca0b680453f609ba4177c5d08782002d56944 100644
--- a/gitlab-ci.yml
+++ b/gitlab-ci.yml
@@ -39,5 +39,5 @@ Save router config:
     - |
       if [ -n "$(git status -su)" ]; then
           git commit -q -m "${OPENWRT_GIT_COMMIT:-OpenWRT}"
-          git push -q --force origin "HEAD:refs/heads/${OPENWRT_GIT_BRANCH:-remote}""
+          git push -q --force origin "HEAD:refs/heads/${OPENWRT_GIT_BRANCH:-remote}"
       fi