diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ea836ceaf00c846992a7f2bed9dc65bdb252c14..d350758d945479cb710320209971bb2984838001 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,13 +2,6 @@
 image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
 
 test:
-  script:
-    - hugo
-  except:
-    - master
-
-pages:
-  stage: deploy
   script:
       - pwd
       - cd web
@@ -16,8 +9,20 @@ pages:
       - mv public ../public
       - ls ..
       - ls ../public
-  artifacts:
-    paths:
-      - public
-  only:
+  except:
     - master
+
+# pages:
+#   stage: deploy
+#   script:
+#       - pwd
+#       - cd web
+#       - hugo
+#       - mv public ../public
+#       - ls ..
+#       - ls ../public
+#   artifacts:
+#     paths:
+#       - public
+#   only:
+#     - master