diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76675e224e14384429b43ded7db19dcafb40a102..b76fdbb704bda85af89f45448238d0ec65536a65 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