From 45f5f46c869e213e93a32d4734587b3d00f0e4e8 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Tue, 27 Oct 2020 16:07:21 +0400 Subject: [PATCH] test ci --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46c2f6f..39d0041 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,17 +1,15 @@ +image: golang:1.15.3 + stages: - test - build test: stage: test - image: golang:1.15.3 script: - go test ./... build: stage: build - image: docker:latest - services: - - docker:dind script: - docker build . -t llehouerou/dnsupdater:latest + - go build ./cmd/dnsupdater