diff --git a/.ci/kconfig.sh b/.ci/kconfig.sh
index 4a8e03133a34330194bcb4159fe0998c046b78a4..a1e6f9c77abd270b59e474a831ae66a4ecab0071 100755
--- a/.ci/kconfig.sh
+++ b/.ci/kconfig.sh
@@ -6,6 +6,7 @@
 
 if [ "$(id -u)" = 0 ]; then
 	set -x
+	export PMBOOTSTRAP_TAG=master
 	wget "https://gitlab.com/postmarketOS/ci-common/-/raw/master/install_pmbootstrap.sh"
 	sh ./install_pmbootstrap.sh
 	exec su "${TESTUSER:-pmos}" -c "sh -e $0"