tests:
  image:
    name: node:16
  cache:
    paths:
      - node_modules/
  script:
    - npm install
    - npm test