Update .gitlab-ci.yml

This commit is contained in:
solomon laing 2021-06-03 13:05:53 +00:00
parent cf9a6e3538
commit 75c1e60094

View File

@ -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: