kind: pipeline name: default steps: - name: test image: node commands: - cd ./vue-wp - npm install - npm test