build via docker runner
This commit is contained in:
parent
3b35e922b4
commit
e48ac90e37
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user