kind: pipeline type: docker name: default steps: - name: Test image: alpine commands: - apk add --no-cache make gcc libc-dev bash - make test