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