--- kind: pipeline type: docker name: default steps: - name: test image: rust commands: - apt update && apt-get install libhtml-parser-perl -y - make test