From 071dc38cc008044e710b35ce417b6371a77d9d4c Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Tue, 6 Apr 2021 13:47:16 +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 d0a503c..16658cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: variables: DOCKER_HOST: tcp://docker:2375/ -image: buildtool/build-tools:0.0.23 +image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: stage: build