diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dd02333aa402385db964902bcaa3c29ca5c4b6f7..7ccc2d5be53c15e6b09b65c6c5a343ee95bc4ca4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ ext_links:
   script:
   #- find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10
   #- find docs.it4i/ -name '*.md' -exec grep --color -l http {} + | xargs awesome_bot -t 10 --allow-dupe --allow-redirect
-  - >
+  - |
     COMMIT_MESSAGE=$(git log -1 --pretty=%B | grep "Merge branch 'hot_fix' into 'master'" )
     if [[ ${COMMIT_MESSAGE} == *hot_fix* ]]; then
       echo "Skipping ci build"