From b4ebffba6c7b790835598afaefa97ef133590820 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 16 Apr 2020 10:58:08 +0200 Subject: [PATCH] chore: use latest build tools --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57661af..39e96f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: variables: DOCKER_HOST: tcp://docker:2375/ -image: registry.gitlab.com/sparetimecoders/build-tools:master +image: buildtool/build-tools:0.0.20 build: stage: build