diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 023eb998d903c397971c326c6bcfa79e7314b56f..332fe0f3b135b4485aa67d5c398e1ab187807ba8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,38 +1,39 @@
-# The Docker image that will be used to build your app
-image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
-
-
-
-pages:
-  script:
-      - hugo version
-      - cd web
-      - ls -la content
-      - hugo -v
-      - hugo list drafts
-      - mv public ../public
-      - ls -la ../public
-      - ls -la ../public/tags
-      # - ls -la ../public/page
-      - ls -la ../public/categories
-      - cat ../public/index.html
-  artifacts:
-    paths:
-      - public
-  only:
-    - main
-
-
-
-# test:
-#   script:
-#       - pwd
-#       - cd web
-#       - hugo
-#       - mv public ../public
-#       - ls -la ..
-#       - ls -la ../public
-#       - chmod 755 ../public
-#       - chmod 644 ../public/index.html
-#   except:
-#     - main
+# The Docker image that will be used to build your app
+image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
+
+
+
+pages:
+  script:
+      - hugo version
+      - cd web
+      - ls -la content
+      - hugo -v
+      - hugo list drafts
+      - mv public ../public
+      - ls -la ../public
+      - ls -la ../public/tags
+      - hugo --gc
+      # - ls -la ../public/page
+      # - ls -la ../public/categories
+      #- cat ../public/index.html
+  artifacts:
+    paths:
+      - public
+  only:
+    - main
+
+
+
+# test:
+#   script:
+#       - pwd
+#       - cd web
+#       - hugo
+#       - mv public ../public
+#       - ls -la ..
+#       - ls -la ../public
+#       - chmod 755 ../public
+#       - chmod 644 ../public/index.html
+#   except:
+#     - main