From 35d5b67cc17dd840b02b36648d492c5bc350aa2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Wed, 10 May 2017 10:41:42 +0200 Subject: [PATCH] * .gitlab-ci.yml: Remove installation of texlive --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f992c7b5..08be0fbb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,6 @@ variables: Debian GNU/Linux build: image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD script: - - apt-get -y install texlive - echo "127.0.0.1 wgettestingserver" >>/etc/hosts - cat /etc/hosts - touch .manywarnings