--- kind: pipeline type: docker name: default steps: - name: Testing image: ubuntu:bionic commands: - git submodule update --recursive --depth=1 --remote - ./test.sh