diff --git a/roles/gitlab_runner/files/libvirt-executor-update-base-image b/roles/gitlab_runner/files/libvirt-executor-update-base-image
index 4441072ea9e4d95604b0cf102b01213dba78e0de..aae049a63d86dffd4acd5a6e67c3a6672b126b6d 100755
--- a/roles/gitlab_runner/files/libvirt-executor-update-base-image
+++ b/roles/gitlab_runner/files/libvirt-executor-update-base-image
@@ -29,7 +29,7 @@ image=Arch-Linux-x86_64-basic.img
 qemu-img convert -f qcow2 -O raw Arch-Linux-x86_64-basic.qcow2 Arch-Linux-x86_64-basic.img
 
 loopdev="$(losetup --find --partscan --show "${image}")"
-mount --mkdir "${loopdev}p2" mnt
+mount --mkdir "${loopdev}p3" mnt
 
 arch-chroot mnt pacman-key --init
 arch-chroot mnt pacman-key --populate