From bb5c4a2ba90655c61c2bc0b93eff0f29132ceea3 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 5 Aug 2021 16:43:50 -0700 Subject: [PATCH] can run with buildkit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index daa918ae..43ff3466 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build-prod: - integration stage: build script: - - docker-compose build + - COMPOSE_DOCKER_CLI_BUILD=1 docker-compose build only: - bvander/integration-tests-on-docker