From 4d62769398220ff488617f21122d4fe6b14f0104 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Sun, 29 Dec 2019 13:59:55 +0100
Subject: [PATCH] FIX: use docker caching

---
 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0be35c26..74d8a410 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,6 @@ variables:
    CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb-advanced-testenv
    # When using dind, it's wise to use the overlayfs driver for
    # improved performance.
-   DOCKER_DRIVER: overlay2
 
 services:
   - docker:19.03.0-dind
@@ -63,7 +62,7 @@ test:
     expire_in: 1 week
 
 build-testenv:
-  tags: [notls]
+  tags: [cached-dind]
   image: docker:18.09
   stage: setup
   only:
@@ -89,7 +88,7 @@ cert:
       - cd .docker
       - CAOSHOSTNAME=caosdb-server ./cert.sh
 style:
-  tags: [notls]
+  tags: [docker]
   stage: style
   image: $CI_REGISTRY_IMAGE:latest
   script:
-- 
GitLab