From 5cc583e01c1b27bb809834767b4ac42b80c41cb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Tue, 5 Apr 2022 09:13:49 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 11507d6..b73ccc6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,4 +44,4 @@ unit-test-job:   # This job runs in the test stage.
     - source ansible/bin/activate
     - ansible-playbook site.yml -b -l localhost
   variables:
-    ANSIBLE_ROLES_PATH: "../"
+    ANSIBLE_ROLES_PATH: "/builds/digital-preservation/"
-- 
GitLab