diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 786b1e501bc9cbfd9a23df715ac97ce362e37188..3c27e0edde26bf23ce94ad61d11d5710dadb1eb0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,13 +20,13 @@ default:
   before_script:
     - apk add --update --no-cache git go
     - git submodule update --init --recursive
-    - cd ./fachschaft
+    - cd fachschaft
     - hugo mod init gitlab.com/pages/hugo
     - hugo mod get -u github.com/adityatelange/hugo-PaperMod
 
 test:
   before_script:
-    - cd ./fachschaft
+    - cd fachschaft
   script:
     - hugo
   rules:
@@ -34,9 +34,11 @@ test:
 
 pages:
   before_script:
-    - cd ./fachschaft
+    - cd fachschaft
   script:
     - hugo
+  after_script:
+    - mv fachschaft/public public
   artifacts:
     paths:
       - public