Update .gitlab-ci.yml

This commit is contained in:
ori agranat
2019-11-08 10:47:50 +00:00
parent 411d84515e
commit b9078c49f8

View File

@@ -1,13 +1,13 @@
stages:
- install
- build
install:
stage: install
- build_ui
- build_jar
build_ui:
image:node:latest
script:
- echo "install"
build:
stage: build
script:
- echo "build"
- cd chameleon-client
- npm install
- npm run build