From 78db4f00771f8ca7657c94266efb0d38a51d4503 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:07:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d1f7e3..7df2ad6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,4 +42,6 @@ unit-test-job: # This job runs in the test stage. - apt-get -y update - apt-get -y install python3 - source ansible/bin/activate - - ansible-playbook site.yml -b -l localhost -e 'roles_path=../' + - ansible-playbook site.yml -b -l localhost + variables: + - ANSIBLE_ROLES_PATH: "../" -- GitLab