Update .gitlab-ci.yml

This commit is contained in:
ori agranat
2019-11-08 10:53:06 +00:00
parent b9078c49f8
commit ead1c7768c

View File

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