From 75c1e60094e1be0d0ea19930a0c104b8c5bc61e4 Mon Sep 17 00:00:00 2001 From: solomon laing Date: Thu, 3 Jun 2021 13:05:53 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3c6594..6ba033f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable" apt-get update apt-get -y install docker-ce + systemctl start docker # This file is a template, and might need editing before it works on your project. docker-build: