Skip to content
Snippets Groups Projects
Commit 5bac0c9c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Ensure we are in the right directory before building

parent 3664f47a
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ test_api:
build_front:
stage: build
image: node:6-alpine
before_script:
- cd front
script:
- npm install
- npm run build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment