From 847bce1478d6e5bd6f98955043bb47d79a564c2f Mon Sep 17 00:00:00 2001
From: Malte Finsterwalder <malte@holi.team>
Date: Wed, 7 Feb 2024 15:37:20 +0100
Subject: [PATCH] debug ci

---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5a40f00..7750fb6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,9 @@ install_dependencies:
   script:
     - yarn install --immutable --check-cache
     - find .
+  artifacts:
+    paths:
+      - .pnp.*
   # only:
   #   changes:
   #     - yarn.lock
-- 
GitLab