FIX problem with mount in Docker container for .gitlab-ci.yml

master
Olivier DOSSMANN 2018-08-04 22:20:45 +02:00
parent 8cbe2fecb9
commit d7d1498417
1 changed files with 1 additions and 0 deletions

View File

@ -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