image: golang:latest stages: - build compile: stage: build script: - go build -o bingobot artifacts: paths: - bingobot - start.sh