From 2eea06b10424be3961fe7981b5943ea30da0a96f Mon Sep 17 00:00:00 2001 From: Jakub Date: Wed, 1 May 2019 16:53:29 +0200 Subject: [PATCH] add glide --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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 ./...