diff --git a/.gitlab-ci/cuttlefish-runner.sh b/.gitlab-ci/cuttlefish-runner.sh index 2424f6d42ea..75553f8fc0c 100755 --- a/.gitlab-ci/cuttlefish-runner.sh +++ b/.gitlab-ci/cuttlefish-runner.sh @@ -38,7 +38,7 @@ $ADB shell mkdir -p "$OV_TMPFS/vendor-upper" $ADB shell mkdir -p "$OV_TMPFS/vendor-work" opts="lowerdir=/vendor,upperdir=$OV_TMPFS/vendor-upper,workdir=$OV_TMPFS/vendor-work" -adb shell mount -t overlay -o "$opts" none /vendor +$ADB shell mount -t overlay -o "$opts" none /vendor $ADB shell setenforce 0