From b07c97f1e887c9745211bebb5449010bb2da09ce 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 08:33:47 +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 774a25c..dc88bef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,8 +40,8 @@ unit-test-job: # This job runs in the test stage. script: - echo "Running unit tests..." - source ansible/bin/activate - - ansible --version - which ansible-playbook - which python3 - which python + - ansible --version - ansible-playbook site.yml -b -l localhost -- GitLab