diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f930c403f54b77e703ef61b67d21fbdd5946a9ba..c7769a41e483f6951c067919e042fe9d12ea6399 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -106,7 +106,8 @@ post_deploy:check_links:
         - npm install broken-link-checker -g
 
         - blc https://dojo.isc-hesge.ch/ -ro
-    allow_failure: false     when: delayed
+    allow_failure: false     
+    when: delayed
     start_in: 6 minutes # cron job for deploy is every 5 min
     rules:
         - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'