diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3c60895c4548656d7cc5b7f620cf92a2a186de6..1f91cf99120d05847ea7faa83e6b619a8f5ae073 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ fast-build:
 failsafe-build:
   stage: alt_build
   when: on_failure
-  image: node:5
+  image: node:6
   script:
     - npm install
     - npm run postinstall
@@ -50,7 +50,7 @@ docker-for-fast-build:
   services:
     - docker:dind
   script:
-    - echo 'FROM node:5' > Dockerfile
+    - echo 'FROM node:6' > Dockerfile
     - echo 'WORKDIR /customCache' >> Dockerfile
     - echo 'COPY ./ ./' >> Dockerfile
     - echo 'RUN du -s `find . -maxdepth 1 | egrep -v "^\.$"`>/before.txt' >> Dockerfile
@@ -66,7 +66,7 @@ docker-for-fast-build:
 
 pages:
   stage: publish
-  image: node:latest
+  image: node:6
   variables:
     GIT_STRATEGY: none
   script:
@@ -99,7 +99,7 @@ mirror:
 
 release-web:
   stage: publish
-  image: node:latest
+  image: node:6
   variables:
     GIT_STRATEGY: none
   script: