Fixed broken CI build

This commit is contained in:
Eliot Berriot 2019-06-24 14:04:53 +02:00
parent 7dab07993b
commit 32de134e4a
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 3 additions and 3 deletions

View File

@ -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