From 5fcdd6da7e0b951f25bb51610225690e51a4f518 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:39:23 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc88bef..1e3658c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,6 @@ unit-test-job: # This job runs in the test stage. - echo "Running unit tests..." - source ansible/bin/activate - which ansible-playbook - - which python3 - which python - ansible --version - ansible-playbook site.yml -b -l localhost -- GitLab