diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dfafd344de27e47de2266109d99f80f50d64b154..d8218fc81fb26e4f4d59e408802eb78e01fae062 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