Ensure we are in the right directory before building

merge-requests/154/head
Eliot Berriot 2017-06-25 17:57:36 +02:00
rodzic 3664f47aab
commit 5bac0c9c8d
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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