kind: pipeline type: docker name: default-java-runner steps: - name: test image: maven:3-jdk-10 commands: - mvn install -B -V - mvn test -B