From 30ab464ab4333330f3a806ad43979f759c1b3d9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albin=20Lind=C3=A9n?= <albli248@student.liu.se> Date: Thu, 10 Oct 2019 19:03:48 +0200 Subject: [PATCH] Initial CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index faf9e46..fc17491 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,8 @@ build: - java HelloWorld -artifacts: + artifacts: - paths: + paths: - ./HelloWorld.* \ No newline at end of file -- GitLab