From b4c990ffb81273b4966c0b4cc9ad25258e7340a2 Mon Sep 17 00:00:00 2001
From: Jutta Schnabel <jschnabel@km3net.de>
Date: Fri, 9 Oct 2020 21:52:31 +0200
Subject: [PATCH] image trouble

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfafd34..d8218fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ before_script:
   - gitbook install # add any requested plugins in book.json
 
 test:
+  image: node:10
   stage: test
   script:
     - gitbook build . public # build to public path
@@ -36,6 +37,7 @@ build:
 
 # the 'pages' job will deploy and build your site to the 'public' path
 pages:
+  image: node:10
   stage: deploy
   script:
     - gitbook build . public # build to public path
-- 
GitLab