From 5bac0c9c8d96a6a1d28099e6bfd2283be51168d8 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Sun, 25 Jun 2017 17:57:36 +0200 Subject: [PATCH] Ensure we are in the right directory before building --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aed400364..5eaaec1ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,8 @@ test_api: build_front: stage: build image: node:6-alpine + before_script: + - cd front script: - npm install - npm run build