From 0e817f334bb19551a625d125c940c4a2f15dfb9c Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Thu, 19 Sep 2019 12:03:10 +0200 Subject: [PATCH] ci: Switch to DOCKER_DRIVER=overlay because overlay2 seems to have problems See: https://github.com/docker/for-linux/issues/711 Signed-off-by: Gert Wollny Reviewed-by: Alexandros Frantzis --- ci/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/.gitlab-ci.yml b/ci/.gitlab-ci.yml index b2740c5..1845c89 100644 --- a/ci/.gitlab-ci.yml +++ b/ci/.gitlab-ci.yml @@ -5,7 +5,7 @@ cache: - ccache variables: - DOCKER_DRIVER: overlay2 + DOCKER_DRIVER: overlay # When running CI jobs, don't allow # HW backed renderes, due to the # variability it introduces.