From 3bcb02f8e9d3596470c67f40540479e78d44f17f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Fri, 12 Apr 2024 13:28:56 +0200
Subject: [PATCH] Update file .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 552f438..91aec2d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ default:
 
 before_script:
   - apt-get update
-  - apt-get -y install shellcheck xargs
+  - apt-get -y install shellcheck
 
 test-syntax-job:   # This job runs in the test stage.
   stage: test    # It only starts when the job in the build stage completes successfully.
-- 
GitLab