From c3f7c7f7a9a99ee380b545a513c11334004a8634 Mon Sep 17 00:00:00 2001
From: Mohammed Rachid BENHAMMOU <mrbenhammou@takima.fr>
Date: Thu, 23 May 2024 12:19:13 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)

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