image: golang:latest stages: - build - test compile: stage: build script: - go build -o bingobot artifacts: paths: - bingobot - start.sh tests-state-pkg: stage: test script: - go test ./internal/state tests-config-pkg: stage: test script: - go test ./internal/config