From 6354eece26e4f2577ffd14b8ded75f092e5805c5 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 1 Apr 2021 16:45:45 +0200 Subject: [PATCH] chore: use buildtools version from env --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a5733cd..2f24c63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: variables: DOCKER_HOST: tcp://docker:2375/ -image: buildtool/build-tools:0.0.23 +image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: stage: build