From e1af45e83f11b4e97ca746a0cb565c613c91755d Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sun, 2 Dec 2018 00:35:58 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc7e8e8..a32c72a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,6 @@ -# This file is a template, and might need editing before it works on your project. -# Full project: https://gitlab.com/pages/doxygen -image: ubuntu:trusty - pages: + stage: build + image: ubuntu:trusty script: - export DEBIAN_FRONTEND=noninteractive - apt-get -yq update