diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03077e4b4e1580eb620e827effebd5ef5c276ec5..3577888ed1090f1c441ce6676f2d883d6a439a8c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,8 +67,8 @@ flatpak:
     - flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
     - flatpak install -y flathub org.freedesktop.Platform 21.08
     - flatpak install -y flathub org.freedesktop.Sdk 21.08
-    - flatpak-builder ${MANIFEST_PATH}
-    - flatpak build-bundle repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
+    - flatpak-builder _repo ${MANIFEST_PATH}
+    - flatpak build-bundle _repo ${BUNDLE} --runtime-repo=${RUNTIME_REPO} ${APP_ID}
   artifacts:
     paths:
       - ${BUNDLE}