From 3b014e8f3e9ec23861ee32eca54076e62c66ae45 Mon Sep 17 00:00:00 2001
From: Jutta Schnabel <jschnabel@km3net.de>
Date: Fri, 9 Oct 2020 21:38:01 +0200
Subject: [PATCH] Try adding pyyaml before script

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5045ddf..c32bec9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ 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
 
@@ -23,7 +24,6 @@ test:
 build:
   stage: build
   script:
-    - npm 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