stages: - build build & test: stage: build script: - npm install - npm run build - npm run lint - npm run test