From d7d14984173833c6f543bf6004def48d006ce92f Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sat, 4 Aug 2018 22:20:45 +0200 Subject: [PATCH] FIX problem with mount in Docker container for .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index af49ff1..861d08a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,5 @@ build: stage: build script: - apt-get update && apt-get install -y wget sudo + - MOUNTBIN=`which mount` && rm -f $MOUNTBIN && ln -sf `which echo` $MOUNTBIN - bash install-and-chroot.sh