From e2e32b5425890a67d20d1c43498f5925bbabde70 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Mon, 11 Mar 2024 20:45:46 +0100
Subject: [PATCH] not working

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7769a4..58f878e 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'
 
-- 
GitLab