From c1b32de10b7d281162b596eac7b8e04a874743b1 Mon Sep 17 00:00:00 2001
From: Iheb Boussida <iheb.boussida@stud.h-da.de>
Date: Mon, 14 Oct 2024 22:05:42 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d3eb95c..6eb902b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,8 +21,10 @@ work:
   script:
     - npm install 
     - npm run build 
+    - mkdir public
+    - cp -r dist public
   needs:
     - build
   artifacts:
     paths:
-      - dist
\ No newline at end of file
+      - public
\ No newline at end of file
-- 
GitLab