From fcdb6c0a1916160951e19068ae640ded5018d4da Mon Sep 17 00:00:00 2001
From: "Gaelle.Barris" <gaelle.barris@developpement-durable.gouv.fr>
Date: Thu, 21 Nov 2024 08:35:25 +0000
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 f25763a..c02c645 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ build:
       - build/ol-custom/dist/
       - package-lock.json
   only:
-    - test_vectortile
+    - main
     - tags
 
 sonarqube-check:
@@ -76,7 +76,7 @@ pages:
     paths:
       - public
   only:
-    - test_vectortile
+    - main
     - tags
 
 publish-gitlab-registry-private:
-- 
GitLab