.npm-lint: image: $NODE_IMAGE stage: test before_script: script: - npm install -g eslint - npm run lint # artifacts: todo add lint results in artifact if posible # expire_in: 2 weeks # when: always # paths: # - dist/*