diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9c7e57d55721a7e181664d87846b7ee8c4aace02..d1b11b2a9b96d2c8960bf5142b84f7491e88322b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ stages:
 
 review_front:
   stage: review
-  image: node:9
+  image: node:10
   when: manual
   allow_failure: true
   variables:
@@ -142,7 +142,7 @@ test_api:
 
 test_front:
   stage: test
-  image: node:9
+  image: node:10
   before_script:
     - cd front
   only:
@@ -164,7 +164,7 @@ test_front:
 
 build_front:
   stage: build
-  image: node:9
+  image: node:10
   before_script:
     - curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64
     - chmod +x /usr/local/bin/jq