From 16b7e0364b245456c79e7c7f90013e5f02c89c20 Mon Sep 17 00:00:00 2001 From: Frank Steinberg <steinberg@ibr.cs.tu-bs.de> Date: Thu, 3 Oct 2019 21:51:07 +0200 Subject: [PATCH] CI requires unzip. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b76fdbb..92c896a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: "ubuntu" before_script: - - apt-get update -qq && apt-get install -y -qq make curl libxml2-utils xsltproc + - apt-get update -qq && apt-get install -y -qq make curl libxml2-utils xsltproc unzip stages: - build -- GitLab