From 09b77b417af36032c0c38bff2aad2e9822eb4c10 Mon Sep 17 00:00:00 2001
From: blint <blintmester@sch.bme.hu>
Date: Mon, 10 May 2021 10:51:55 +0200
Subject: [PATCH] =?UTF-8?q?de=20egy=20r=C3=A1k?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c7ba842..11e12802 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ Merged:
   script:
     - export TZ=Europe/Budapest
     - docs/magic.sh
+    - stat docs/magic.pdf
   needs:
     - Get tester jar
     - Line count
@@ -144,11 +145,13 @@ Zip stuff:
     - Jar
     - Docs
     - Get tester jar
+    - Merged
   script:
     - rm -rf src/projlab/nope
     - cp docs/projlab.pdf dokumentáció.pdf
+    - cp docs/merged.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
+    - zip -r projlab.zip tester.jar src build.ps1 build.bat run.bat test.bat tests dokumentáció.pdf összesítés.pdf
   artifacts:
     paths:
       - "projlab.zip"
-- 
GitLab