From 6dcfb556278134317e6705da82cf9acd27666dd0 Mon Sep 17 00:00:00 2001 From: Julius de Jeu Date: Thu, 10 Oct 2019 21:02:17 +0200 Subject: [PATCH] Nice v2 --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7d222b..d7ff404 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,8 @@ # This file is a template, and might need editing before it works on your project. +variables: + DOCKER_BUILDKIT: 1 + + build-master: # Official docker image. image: docker:latest