image: node:12.13.1

stages:
  - test

test:
  stage: test
  script:
    - npm install
    - npm run coverage
