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