From a6989b6e2e3cb011f5371ff7b61cf9c2b5a25fff Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Mon, 11 Mar 2024 20:41:29 +0100
Subject: [PATCH] added delay for link check to allow for deployment

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5fb128d..a863ee0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -106,6 +106,8 @@ post_deploy:check_links:
         - npm install broken-link-checker -g
 
         - blc https://dojo.isc-hesge.ch/ -ro
-    allow_failure: false
+    allow_failure: false     when: delayed
+    start_in: 5 minutes
     rules:
         - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
+
-- 
GitLab