diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f9bcbe3059a032080d6d347ff5b80a82123efa48..24ee223f399554b4148877d8505c80724067aee8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -475,8 +475,8 @@ load-website:dev:
   needs:
     - "deploy:dev"
   script:
-   - kubectl wait pods -l app.kubernetes.io/name=df-wiki --for condition=Ready --timeout=90s
-   - echo "Le pod est ready"
+    - kubectl wait pods -n ${NAMESPACE} -l app.kubernetes.io\/name=df-wiki --for condition=Ready --timeout=600s
+    - echo "Le pod est ready"
 
 
 
@@ -488,5 +488,5 @@ load-website:prod:
   needs:
     - "deploy:prod"
   script:
-   - kubectl wait pods -n ${NAMESPACE} -l app.kubernetes.io/name=df-wiki --for condition=Ready --timeout=600s
-   - echo "Le pod est ready"
\ No newline at end of file
+    - kubectl wait pods -n ${NAMESPACE} -l app.kubernetes.io\/name=df-wiki --for condition=Ready --timeout=600s
+    - echo "Le pod est ready"
\ No newline at end of file