funky-framadate-front/.gitlab-ci.yml

17 lines
269 B
YAML

build:
image: node:12
before_script:
- npm ci
script:
- npm run build:demobliss
artifacts:
paths:
- dist/
test:
image: node:12
type: test
before_script:
- npm ci
script:
- npm run test