From 723c4c723e0aab1324b4cd3e02ec59e2a889143f Mon Sep 17 00:00:00 2001
From: Jutta Schnabel <jschnabel@km3net.de>
Date: Fri, 9 Oct 2020 21:45:17 +0200
Subject: [PATCH] try different image

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c32bec9..dfafd34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,6 @@ cache:
 
 before_script:
   - npm install gitbook-cli -g # install gitbook
-  - npm install pyyaml
   - gitbook fetch 3.2.3 # fetch final stable version
   - gitbook install # add any requested plugins in book.json
 
@@ -22,8 +21,10 @@ test:
     - master
     
 build:
+  image: docker.km3net.de/base/python:3
   stage: build
   script:
+    - pip install pyyaml
     - python make_documents.py
     - pandoc Deliverable_4-8.md -f markdown -t docx -s -o Deliverable_4-8.docx
     - pandoc Deliverable_4-9.md -f markdown -t docx -s -o Deliverable_4-9.docx
-- 
GitLab