From a89e5a2534916ead600c02b0d577d7b3de46325d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Hamern=C3=ADk?= <445720@mail.muni.cz>
Date: Mon, 30 Nov 2020 14:03:10 +0100
Subject: [PATCH] Fix typo CI script

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c083143..10c5e8b 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
 
-- 
GitLab