From 36f9ed728d8c9f58dfd55031ea7a829981184130 Mon Sep 17 00:00:00 2001
From: "Lange, Dr. Herbert" <herbert.lange@uni-hamburg.de>
Date: Tue, 2 Aug 2022 16:00:16 +0200
Subject: [PATCH] change install command for unzip

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5e98318..97f2248 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 compile_withmaven:
   image: maven:latest
   script:
-    - apk add unzip
+    - apt-get install unzip
     - cd lib
     - bash install-corpus-services.sh
     - cd ..
-- 
GitLab