image: node:latest

stages:
  - test

lint-test-job:
  stage: test
  script:
    - npm run lint