aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--roles/gitlab-runner/templates/prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/gitlab-runner/templates/prepare.sh b/roles/gitlab-runner/templates/prepare.sh
index edb75aa..04574dd 100644
--- a/roles/gitlab-runner/templates/prepare.sh
+++ b/roles/gitlab-runner/templates/prepare.sh
@@ -38,7 +38,7 @@ virt-install \
38 --disk "${VM_IMAGES_PATH}/${VM_ID}-cloudinit.iso,device=cdrom" \ 38 --disk "${VM_IMAGES_PATH}/${VM_ID}-cloudinit.iso,device=cdrom" \
39 --import \ 39 --import \
40 --vcpus=4 \ 40 --vcpus=4 \
41 --ram=16392 \ 41 --ram=4096 \
42 --network default \ 42 --network default \
43 --graphics none \ 43 --graphics none \
44 --noautoconsole 44 --noautoconsole