Ensure we are in the right directory before building

This commit is contained in:
Eliot Berriot 2017-06-25 17:57:36 +02:00
parent 3664f47aab
commit 5bac0c9c8d
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ test_api:
build_front: build_front:
stage: build stage: build
image: node:6-alpine image: node:6-alpine
before_script:
- cd front
script: script:
- npm install - npm install
- npm run build - npm run build