From 2f8feb6d81f26172ff3f9471049057eff4114fe8 Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Mon, 14 Feb 2022 10:25:20 +0100 Subject: [PATCH] condense-fix11 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 786976b..86c276e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ zip: artifacts: name: thesis paths: - - "./*" + - "." exclude: - .git/* - .git/**/* -- GitLab