diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f082878..8fb0f06 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,14 +6,14 @@ stages: - test build-my-project: - image: go:1.6.2 + image: golang:1.6.2 stage: build script: - go get - go build test-my-project: - image: go:1.6.2 + image: golang:1.6.2 stage: test script: - go test