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