From 1079f076a7f1cf571cad4d297960fa920f6ba8b2 Mon Sep 17 00:00:00 2001
From: "Zhu, Ling Dr (Elec Electronic Eng)" <l.zhu@surrey.ac.uk>
Date: Tue, 2 Feb 2021 00:33:03 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 80da327..cb473c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ build:
   # be available at thedockerhost:2375. If you make e.g. port 5000 public in Docker
   # (`docker run -p 5000:5000 yourimage`) it will be exposed at thedockerhost:5000.
   services:
-   - name: docker:dind
+   - name: docker:19-dind
      alias: thedockerhost
 
   variables:
-- 
GitLab