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