From 2605c508255726d9dda3d5d4e314a09ccd28ff4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Fri, 14 Apr 2023 14:47:06 +0200
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 55bee84..a275ffb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,8 @@ test-job:
     - "shell"
   script:
     # make sure that Ansible Vaults are present and can be decrypted
-    - echo "${VAULT_INGEST}" > ../lza_ingest.pass
-    - export ANSIBLE_VAULT_PASSWORD_FILE=../lza_ingest.pass
+    - echo "${VAULT_IESAMPLE}" > ../lza_iesample.pass
+    - export ANSIBLE_VAULT_PASSWORD_FILE=../lza_iesample.pass
     - rm -rf ../ansible_vaults/
     - git clone https://gitlab+deploy-token-25:${VAULT_ACCESS_TOKEN}@git.slub-dresden.de/slub-referat-2-3/ansible_vaults.git ../ansible_vaults/; \
     # run Molecule tests
-- 
GitLab