diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 734e08c6aba63c7944c6bb7f51b4f884361c904f..6e7db3038da14891c7171b5eaa096afc4d62d3f8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ deploy:
     - apt -y install rsync
     - rm -rf build
     - npm ci
-    - node ./index.js --contentdir . --staticdir static --themedir theme --builddir build --noserver
+    - node ./index.js --contentdir content --staticdir static --themedir theme --builddir build --noserver
     - echo "$DEPLOY_SSH_KEY" > sshkey
     - chmod 600 sshkey
     - rsync -e 'ssh -i sshkey -o StrictHostKeyChecking=no' -rc --delete build/ $SSH_HOST:$HTML_DIR/