From 05c4ccb3410bdefa8cdab903d7a1f6dddffbff0e 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:29:29 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 31558ff..774a25c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,4 +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-playbook site.yml -b -l localhost
-- 
GitLab