kind: pipeline name: default pipeline: build: image: node commands: - npm install - npm test