From 654d805eee3f24eedf919c6cc33591ff779060ce Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 9 Feb 2023 21:55:41 +0100 Subject: [PATCH] ci: use Docker DinD version from variable --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b60e8c..bdc185c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ run-pre-commit: build: stage: build services: - - docker:dind + - docker:${DOCKER_DIND_VERSION} script: - build - curl -Os https://uploader.codecov.io/latest/linux/codecov