diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c0831437ae67a6b2060aa60084d34c19e73e9241..10c5e8b2dad3dfc39f04b46d4facb86031c29358 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -69,7 +69,7 @@ editVersionAndDeploy:
     - git config --global user.name "$GIT_SERVICE_USER_NAME"
     - git remote set-url origin "$REPOSITORY_SSH_URL"
     - git fetch
-    - git checkout master]
+    - git checkout master
     - git stash
     - git pull