From b3bacc26a4ffddbceea2ece86c388a392467ca88 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 2 Dec 2018 00:33:15 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f19a6d..a638dcf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,12 @@ # This file is a template, and might need editing before it works on your project. # Full project: https://gitlab.com/pages/doxygen -image: alpine +image: ubuntu:trusty pages: script: - - apk update && apk add doxygen + - apk update + - apl add graphviz + - apk add doxygen - doxygen Doku/Doxygen/Doxyfile - mv Doku/Doxygen/html/ public/ artifacts: