moved ci script into the right place

This commit is contained in:
2021-01-19 10:33:38 +01:00
parent 335b1cd697
commit f6fcc96224

19
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,19 @@
stages:
- build
# - check
# - dockerize
variables:
IMAGE_NAME: $CI_REGISTRY/$CI_PROJECT_PATH
build:
image: node.14-buster
stage: build
tags:
- hottis
- linux
- dockerize
script:
- npm install
- ng build --prod