Ensure we are in the right directory before building

This commit is contained in:
Eliot Berriot 2017-06-25 17:57:36 +02:00
commit 5bac0c9c8d

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