Golang Tests: stage: Tests image: siteworxpro/golang:1.24 script: - echo "Running Go tests..." - cd backend - go mod download - go test -v ./... -coverprofile=coverage.out