image: node:latest stages: - Build Install_Test: stage: Build script: - npm install - ./node_modules/.bin/eslint . - npm run test