From 6b86d8fa57489e82960ea3331e0b4d2d42987e9e Mon Sep 17 00:00:00 2001 From: Irina Kera Gundersen <ikvassil@stud.ntnu.no> Date: Fri, 26 Feb 2021 19:22:13 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b3cc5d..4a9cf30 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,7 @@ job: script: - apt update + - apt install docker.io + - docker --version - echo "Hello world" - docker build . \ No newline at end of file -- GitLab