stages: - test run_tests: stage: test
image: "debian:bullseye"
script: - "apt update" - "env DEBIAN_FRONTEND=noninteractive apt -y install golang git" - "go test -v ./..."