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