stages:
  - test
  - build
test:
  script:
    - npm test
