diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8928af3f4d92b78b0f742fc5b751dab370ebbed..c57585781b169e01347153e4698d72e41f1b77e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,26 +1,2 @@
-# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
-# image: forge.univ-lyon1.fr:4567/emmanuel.coquery/emmanuel.coquery.pages.univ-lyon1.fr/hugo:latest
+# The Docker image that will be used to build your app
 image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
-
-variables:
-  GIT_SUBMODULE_STRATEGY: recursive
-
-#pages:
-#  stage: deploy
-pages:
-  script:
-    - pwd
-    - echo "ici"
-    - ls
-    - ls ..
-    - cd web
-    - hugo -D
-    - ls
-    - mv public ../public
-    - ls ..
-    - ls ../public
-  artifacts:
-    paths:
-      - public
-  only:
-    - master