From c665e169f7143f89912af12b89d30ce6dcd3ec8e Mon Sep 17 00:00:00 2001
From: Jannik Dunkelau <jannik.dunkelau@hhu.de>
Date: Mon, 14 Feb 2022 09:54:53 +0100
Subject: [PATCH] fix5

---
 .gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 861281f..9d9497b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,9 @@ zip:
   stage: deploy
   script:
   - make zip
+  - mkdir out
+  - unzip thesis.zip -d out
   artifacts:
-    name: thesis.zip
+    name: thesis
     paths:
-    - thesis.zip
+    - out/*
-- 
GitLab