Skip to content
Snippets Groups Projects
Verified Commit 0894306e authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Use Node:11 in CI

parent 0989df47
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ stages: ...@@ -17,7 +17,7 @@ stages:
review_front: review_front:
stage: review stage: review
image: node:9 image: node:11
when: manual when: manual
allow_failure: true allow_failure: true
before_script: before_script:
...@@ -159,7 +159,7 @@ test_api: ...@@ -159,7 +159,7 @@ test_api:
test_front: test_front:
stage: test stage: test
image: node:9 image: node:11
before_script: before_script:
- cd front - cd front
only: only:
...@@ -181,7 +181,7 @@ test_front: ...@@ -181,7 +181,7 @@ test_front:
build_front: build_front:
stage: build stage: build
image: node:9 image: node:11
before_script: before_script:
- curl -L -o /usr/local/bin/jq https://github.com/stedolan/jq/releases/download/jq-1.5/jq-linux64 - 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 - chmod +x /usr/local/bin/jq
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment