aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.shippable.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.shippable.yml b/.shippable.yml
index 8190572..f6b7424 100644
--- a/.shippable.yml
+++ b/.shippable.yml
@@ -26,12 +26,10 @@ env:
- IMAGE=debian-ppc64el-cross
TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user
build:
- pre_ci:
- - make docker-image-${IMAGE} V=1
pre_ci_boot:
- image_name: qemu/${IMAGE}
+ image_name: registry.gitlab.com/qemu-project/qemu/${IMAGE}
image_tag: latest
- pull: false
+ pull: true
options: "-e HOME=/root"
ci:
- unset CC