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