From 9396c9f005bd92e925c61f9e7e65e43f354ae725 Mon Sep 17 00:00:00 2001
From: Magnus Svensson <magnus@ctrl-c.liu.se>
Date: Fri, 15 Dec 2023 13:12:27 +0100
Subject: [PATCH] Always check if modules are depricated

---
 r10k-pipline.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/r10k-pipline.yaml b/r10k-pipline.yaml
index 90de7c7..cf5710f 100644
--- a/r10k-pipline.yaml
+++ b/r10k-pipline.yaml
@@ -53,13 +53,14 @@ ra10ke check deprecation:
   stage: test
   script:
     - rake r10k:deprecation
-  when: manual
+  allow_failure: true
 
 ra10ke outdated:
   stage: test
   script:
     - rake r10k:dependencies
   when: manual
+  allow_failure: true
 
 ra10ke solve dependencies:
   stage: test
-- 
GitLab