From 8b3d2257168cc6059ddca9542be9769fe43cf6b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de>
Date: Sun, 24 Oct 2021 09:45:09 +0200
Subject: [PATCH] more artifacts

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26565de..485b122 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ get-build-repo:       # This job runs in the build stage, which runs first.
     - latex
   artifacts:
     paths:
-      - build/
+      - build/*
 
 build-packages:      # This job runs in the deploy stage.
   stage: build  # It only runs when *both* jobs in the test stage complete successfully.
@@ -54,7 +54,7 @@ build-packages:      # This job runs in the deploy stage.
       GIT_SUBMODULE_STRATEGY: recursive
   artifacts:
     paths:
-        - build/
+        - build/*
   tags:
     - latex