image: node:6.5.0 build: stage: build script: - npm install
- CI=false npm run build
artifacts: paths: - build