From 542ac28ec5e6e95abce0e9fca5f5e1deae31c9ab Mon Sep 17 00:00:00 2001
From: Benhammou Mohammed Rachid <mrbenhammou@takima.fr>
Date: Tue, 21 May 2024 17:14:03 +0200
Subject: [PATCH] update gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c5b34be..459ec8c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,12 +6,12 @@ include:
 
 variables:
   TARGET_APP_NAME: allocine
-  ARTIFACT_PATH: dist/allocine
+  ARTIFACT_PATH: dist
 
 build:
   artifacts:
     paths:
-      - dist/allocine
+      - dist
   variables:
     SIZE: large
 
-- 
GitLab