diff --git a/.ci/script.sh b/.ci/script.sh
index 15e7f8cfde19feaf111590277ccc8549554a89ef..555b48251ca64fd3860f1b3eb54c8e14f029d081 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -6,7 +6,7 @@ if [ "$FLATPAK" ]; then
 	mkdir -p build-flatpak
 	cd build-flatpak
 
-	flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
+	travis_wait flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json
 	flatpak build-bundle repo nheko-${VERSION}-${ARCH}.flatpak io.github.NhekoReborn.Nheko master
 
 	mkdir ../artifacts