From 5c6d5baf1d595be3793edb2b2137c29c6d3eccb5 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 2 Dec 2018 00:35:03 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a638dcf..dc7e8e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,10 @@ image: ubuntu:trusty pages: script: - - apk update - - apl add graphviz - - apk add doxygen + - export DEBIAN_FRONTEND=noninteractive + - apt-get -yq update + - apt-get -yq install graphviz + - apt-get -yq install doxygen - doxygen Doku/Doxygen/Doxyfile - mv Doku/Doxygen/html/ public/ artifacts: