stages: - test test: image: golang:latest stage: test script: - go test -v ./...