build via docker runner

This commit is contained in:
Sebastian Frank 2017-08-31 19:40:42 +02:00
parent 3b35e922b4
commit e48ac90e37
No known key found for this signature in database
GPG Key ID: DC2BC5C506EBF6F3

View File

@ -1,3 +1,5 @@
image: node
cache: cache:
paths: paths:
- node_modules/ - node_modules/
@ -11,6 +13,8 @@ before_script:
- npm install - npm install
building_ui: building_ui:
tags:
- docker
stage: build stage: build
script: script:
- npm run build - npm run build