From ab3b07cc512330f9d8ad64ab6306e52d692a318c Mon Sep 17 00:00:00 2001 From: Irina Kera Gundersen <ikvassil@stud.ntnu.no> Date: Fri, 26 Feb 2021 19:28:51 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f008afd..d3d9f63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,4 +3,5 @@ job: apt-get update apt-get install docker echo "Hello world" - docker build . \ No newline at end of file + docker build . + \ No newline at end of file -- GitLab