From 07834cf12365f67bdbdd6ef3e8588b82a152c05e Mon Sep 17 00:00:00 2001 From: Jannik Dunkelau <jannik.dunkelau@hhu.de> Date: Mon, 14 Feb 2022 10:05:46 +0100 Subject: [PATCH] condense-fix2 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 621fc71..73bc204 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,4 @@ zip: artifacts: name: thesis paths: - - . + - "./*" -- GitLab