From b6c4d002a1d172d84c5571169ef27f7ae1688914 Mon Sep 17 00:00:00 2001
From: blint <blintmester@sch.bme.hu>
Date: Thu, 13 May 2021 21:25:31 +0200
Subject: [PATCH] Thu 13 May 21:25:31 CEST 2021

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 420340f4..e9ff0b5b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -151,7 +151,7 @@ Zip stuff:
     - cp docs/projlab.pdf dokumentáció.pdf
     - cp docs/magic.pdf összesítés.pdf
     - rm src/projlab.jar
-    - zip -r projlab.zip tester.jar src build.ps1 build.bat run.bat test.bat tests dokumentáció.pdf összesítés.pdf
+    - zip -r projlab.zip tester.jar src build.ps1 build.bat run.bat test.bat tests dokumentáció.pdf összesítés.pdf lib
   artifacts:
     paths:
       - "projlab.zip"
-- 
GitLab