From 9245a7eb0d40557aff0e9aaff7e9aad786c56202 Mon Sep 17 00:00:00 2001
From: Andreas Romeyke <andreas.romeyke@slub-dresden.de>
Date: Thu, 5 Jan 2023 18:07:21 +0100
Subject: [PATCH] - added debugging output

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a850d69..e9a2d57 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,7 @@ test-job:
   script:
     - ls -lha /exlibris/
     - ROSETTASDK=$ROSETTASDK make --trace -e check_prerequisites
-    - /usr/sbin/clamd
+    - /usr/sbin/clamd --debug || cat /var/log/clamav/clamav.log
     - ROSETTASDK=$ROSETTASDK make -e
     - ROSETTASDK=$ROSETTASDK make -e test
 
-- 
GitLab