[evince] gitlab-ci: Fix requirements



commit e4c70d756c0854aea1eda2472dc36449fd064c0e
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Wed May 23 23:40:58 2018 -0400

    gitlab-ci: Fix requirements

 .gitlab-ci.yml | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 761db5a9..417d3e6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,13 +2,9 @@ stages:
     - build
 
 ubuntu:
-    image: amd64/ubuntu:18.04
+    image: registry.gitlab.gnome.org/gnome/evince/amd64/ubuntu:18.04
     stage: build
 
-    before_script:
-        - apt-get install -y gnome-common
-
     script:
-        - ./autogen.sh --enable-debug --enable-nautilus
-                       --enable-introspection
-        - make check
+        - ./autogen.sh --enable-debug --enable-nautilus --enable-gtk-doc
+        - make


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]