From 821158dcd8f40c30e5537e84aa280c1456ddd5bf Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Thu, 7 Mar 2019 10:58:00 +0100 Subject: [PATCH] apt-get update before running script --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 977b452475..fb910b73b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -179,6 +179,8 @@ test:ubsan:cs: - x86_64 - privileged - linux + before_script: + - 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_PATH} --with-chroot-path /tmp/racket-${ARCH}-${CI_COMMIT_SHORT_SHA}-chroot