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:
stage: build
image: node:6-alpine
before_script:
- cd front
script:
- npm install
- npm run build