From 11a3fcb0091eeb6a9669031a7e38dbd690925012 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:00:43 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e7dbe8..0d1f7e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,4 @@ unit-test-job: # This job runs in the test stage. - apt-get -y update - apt-get -y install python3 - source ansible/bin/activate - - which ansible-playbook - - which python - - ansible --version - - ansible-playbook site.yml -b -l localhost + - ansible-playbook site.yml -b -l localhost -e 'roles_path=../' -- GitLab