diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0ff77b..91edbd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,11 @@ stages: - test + test-all: stage: test image: golang:1.11 script: + - curl https://glide.sh/get | sh - glide install - go test ./...