From 63635b3c6f69a9596a60d9171631996b3865af25 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Thu, 14 Mar 2024 15:15:06 +0100
Subject: [PATCH] --snapshot-mode

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 423a3a5..3e36304 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,7 @@ build-env-job:       # This job runs in the build stage, which runs first.
       --cache=true
       --cache-repo=${CI_REGISTRY_IMAGE}
       --cache-copy-layers=true
-      --snapshotMode=redo
+      --snapshot-mode=redo
       --use-new-run
       --ignore-var-run
 
-- 
GitLab