stages: - build wav: stage: build image: name: debian:buster script: - apt-get update - apt-get -y install build-essential sox - make artifacts: paths: - ./*.wav