diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 847219c2d66b3f00ed625155fc13a8d82ef53b41..868c8ac33bc9c409fbff636f48ca7a2a292d5cbc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ build:
     BASE_URL: "/git-cheat/"
   script:
     # Construire le site avec Vite (le bundler par défaut pour SolidJS)
-    - yarn build-static
+    - yarn build
   artifacts:
     paths:
       - $PUBLIC_DIR