From 0b715b5077719780f46cc75162be7e55a1b48a8f Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Wed, 13 Mar 2019 08:55:10 +0100 Subject: [PATCH] Fix path to qemu --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b22e7c598a..c8352be69e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -207,7 +207,8 @@ prepare-cache:qemu: - privileged - linux before_script: - - export PATH=$INSTALL_DIR:$PATH + - find $INSTALL_DIR -type f + - export PATH=$INSTALL_DIR/bin:$PATH - apt-get update script: - .gitlab/build-test.sh --jobs ${JOBS} --with-arch ${ARCH} --with-debian stretch --with-debian-mirror http://ftp.de.debian.org/debian/ --with-project-path ${CI_PROJECT_DIR} --with-chroot-path /tmp/racket-${ARCH}-${CI_COMMIT_SHORT_SHA}-chroot