From 692586fd290f71f7bb03481252d1d96ca8104c1e Mon Sep 17 00:00:00 2001
From: Jannik Dunkelau <jannik.dunkelau@hhu.de>
Date: Mon, 14 Feb 2022 10:28:52 +0100
Subject: [PATCH] condense-fix13

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eb7ebcf..5305efc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,12 +2,10 @@ zip:
   stage: deploy
   script:
     - echo "Script part cannot be empty."
-    - rm -rf .git
   artifacts:
     name: thesis
     paths:
       - "."
     exclude:
-      - .git/*
-      - .git/**/*
+      - .git
       - ".gitlab-ci.yml"
-- 
GitLab