From 32de134e4a195f92f10d073718e365a0d6d8cc7f Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Mon, 24 Jun 2019 14:04:53 +0200 Subject: [PATCH] Fixed broken CI build --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c7e57d55..d1b11b2a9 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