kind: pipeline type: docker name: default steps: - name: test image: node:16.18-alpine3.15 commands: - node index.js