diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 27ef8f5658e7c37a85af9d3d28befb03beba2183..a1b815341163fc413526b432c6ee61e0e2386a7a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ variables:
   WEBDAV_REMOTE_PATH: html-es.hackmeeting.org
   WEBDAV_USERNAME: es_hackmeeting
   WEBDAV_URL: https://www.autistici.org/dav/es_hackmeeting
-  DEST_DIRECTORY: hugo
+  DEST_DIRECTORY: latest/hugo
 
 stages:
   - build
@@ -17,6 +17,7 @@ before_script:
 build:
   stage: build
   script:
+    - cp custom.html themes/blowfish/layouts/partials/home/custom.html
     - hugo -D
   artifacts:
     paths: