diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f25763a9ec8f0ea9c9b07220fc48584c044679fe..c02c645f9ecc6a413e867ff55e1fb8d14e2bc1df 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: