From 0894306e5e817526420dc6cf6cfb82c46cb31b11 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 25 Jul 2019 15:43:21 +0200
Subject: [PATCH] Use Node:11 in CI

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8bab09fdbf..282757b4fc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,7 @@ stages:
 
 review_front:
   stage: review
-  image: node:9
+  image: node:11
   when: manual
   allow_failure: true
   before_script:
@@ -159,7 +159,7 @@ test_api:
 
 test_front:
   stage: test
-  image: node:9
+  image: node:11
   before_script:
     - cd front
   only:
@@ -181,7 +181,7 @@ test_front:
 
 build_front:
   stage: build
-  image: node:9
+  image: node:11
   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
-- 
GitLab