From 853777da108c082c606ddfdfdf57d880f2aab217 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:19:03 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b73ccc6..5b156a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,6 +42,7 @@ unit-test-job: # This job runs in the test stage. - apt-get -y update - apt-get -y install python3 - source ansible/bin/activate + - ansible-galaxy install -r requirements.yml - ansible-playbook site.yml -b -l localhost variables: ANSIBLE_ROLES_PATH: "/builds/digital-preservation/" -- GitLab