diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 360b9a718b0ba5b1171b4d5c33508b3ca329f445..2b9f34840123b1a3034e967f2175056a3b6215cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,9 +39,8 @@ pages:
   script:
     - mkdir public
     - mv config/html/* public
-    - mv de.ugoe.cs.rwm.mocci.model/build/libs/*.jar public/model
-    - mv de.ugoe.cs.rwm.mocci.model/build/updatesite.zip public/model
-    - mv de.ugoe.cs.rwm.mocci.model.edit/build/libs/*.jar public/edit
+    - mv de.ugoe.cs.rwm.mocci.model/build/libs/*.jar public
+    - mv de.ugoe.cs.rwm.mocci.model/build/updatesite.zip public
   artifacts:
     paths:
       - public
diff --git a/config/html/index.html b/config/html/index.html
index 2b4ff574d3fac38f0c5cfa6522d768c9c1dc1df0..1b6ba6d2a67c01e8c61885edc7083f2d1f664e83 100644
--- a/config/html/index.html
+++ b/config/html/index.html
@@ -4,13 +4,13 @@
     <meta charset="utf-8">
     <meta name="generator" content="GitLab Pages">
     <title>MOCCI Extension Model</title>
-    <link rel="stylesheet" href="../../style.css">
+    <link rel="stylesheet" href="./style.css">
   </head>
   <body>
   <center>
     <div class="navbar">
-      <b><a href="./model/de.ugoe.cs.rwm.mocci.model.jar">Download Jar</a></b>
-      <b><a href="./model/updatesite.zip">Download Eclipse Plugin Archive</a></b>
+      <b><a href="./de.ugoe.cs.rwm.mocci.model.jar">Download Jar</a></b>
+      <b><a href="./updatesite.zip">Download Eclipse Plugin Archive</a></b>
     </div>
 
     <h1>MOCCI Model Report</h1>