From 89c75b3fa57f2dff3d0abace1015f9cc7442c525 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Mon, 2 Sep 2024 14:12:09 +0200
Subject: [PATCH] - fixed fragile tests

---
 gitlab-ci/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile
index e0f411e..ebc42ac 100644
--- a/gitlab-ci/Dockerfile
+++ b/gitlab-ci/Dockerfile
@@ -165,6 +165,7 @@ RUN cpanm -L "$EXTLIB" --notest --verbose --no-interactive \
       Perl::Critic::Policy::Variables::ProhibitLoopOnHash \
       Search::Elasticsearch@6.81 \
       && rm -Rf $PERL_CPANM_HOME/work/* \
-    ;
+    ; \
+    RUN mkdir -p "/root/.cache/"
 
 WORKDIR ${GITDIR}
-- 
GitLab