diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c7ba84263c604e962a8ff39e44b4055f777bf6a..11e1280290bb3f457146c68c72ca4260cb91e17d 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"