I\'m trying to build and test a Go project on Gitlab CI using the following .gitlab-ci.yml:
image: golang:latest stages: - prepare - test - build - p