From 74fc5b3cb308265a68ed740002651009927bba46 Mon Sep 17 00:00:00 2001
From: Max Frederiksen <max.frederiksen@ess.eu>
Date: Mon, 31 Mar 2025 10:13:16 +0200
Subject: [PATCH] CE-3755: try 'mv' command again

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a147cc..4768d34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,7 @@ build-package:
 
 build-storybook:
   after_script:
-    - cp -r storybook-static public
+    - mv storybook-static public
   artifacts:
     paths:
       - storybook-static
-- 
GitLab