From 534a3f7364010885503bf41e5bbaacc10d22383c Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Tue, 20 Aug 2019 16:02:04 +0200
Subject: [PATCH] GitlabCI: try compiling user manuals on centos7

---
 .gitlab-ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ebf89476..c73124901 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,8 +195,12 @@ usermanuals:
     stage: documentation
     tags:
       - docker
-    image: gitlab-registry.cern.ch/clicdp/publications/templates/custom_ci_worker:fedora-latex-latest
+    image: clicdp/cc7-lcg
     script:
+        - yum install -y ghostscript poppler-utils perl
+        - source .dd4hep-ci.d/init_x86_64.sh
+        - export PATH=/cvmfs/sft.cern.ch/lcg/external/texlive/2017/bin/x86_64-linux:$PATH
+        - export max_print_line=200
         - mkdir -p public/usermanuals
         - mkdir build
         - cd build
-- 
GitLab