From c33b391377879ac04f1882d80294c69aee879103 Mon Sep 17 00:00:00 2001 From: Frank Steinberg <steinberg@ibr.cs.tu-bs.de> Date: Thu, 3 Oct 2019 21:48:10 +0200 Subject: [PATCH] Fixed typo. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76675e2..b76fdbb 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-utls xsltproc + - apt-get update -qq && apt-get install -y -qq make curl libxml2-utils xsltproc stages: - build -- GitLab