diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 65fddf5870a1a6aed4980b75a900a772a4a9ab6a..dd02333aa402385db964902bcaa3c29ca5c4b6f7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,7 +37,7 @@ spell check:
 
 ext_links:
   stage: test
-  amagg: davidhrbac/docker-mdcheck:latest
+  image: davidhrbac/docker-mdcheck:latest
   allow_failure: true
   after_script:
   - rm *.json
@@ -45,9 +45,7 @@ ext_links:
   #- 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
   - >
-    # get commit message
     COMMIT_MESSAGE=$(git log -1 --pretty=%B | grep "Merge branch 'hot_fix' into 'master'" )
-    # see if commit message contains "[skip ci]" string
     if [[ ${COMMIT_MESSAGE} == *hot_fix* ]]; then
       echo "Skipping ci build"
       exit 0