diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 980e03f2d3f01e0bf4ca001432431f718eed009f..bd9cb4ec714d37fc31af96cf01aeb6254123436b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,8 +8,8 @@ build:
   script:
     - cat /etc/issue
     - uname -a
-    - apt-get update
-    - apt-get install zip
+    - apt-get -y update
+    - apt-get -y install zip
     - cd extension
     - zip -r ../safelinks-cleaner-thunderbird.xpi *
   artifacts:
diff --git a/site/index.html b/site/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..51c263a331196bc5ca0a409b85df6fb8c5aee0b6
--- /dev/null
+++ b/site/index.html
@@ -0,0 +1,8 @@
+<html>
+  <head>
+    <title>safelinks-cleaner-mailextension</title>
+  </head>
+  <body>
+    <a href="safelinks-cleaner-thunderbird.xpi">Download latest version</a>
+  </body>
+</html>