From 4d2d23bd317620e0fbd3bc64e9de7ff31c3927d4 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 25 Jun 2018 15:38:57 +0200 Subject: gitlab-ci: chmod 755 /root This should avoid test failures on ubuntu:bionic (cherry picked from commit 3a37521aec0b02e12deaef58772ae0bca9a75496) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 252cd5dec..38bc48206 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ test as user: - rm -f /etc/dpkg/dpkg.cfg.d/excludes - apt-get update - apt-get install -qq build-essential expect gcovr sudo ninja-build + - chmod 755 /root - chmod -R o+rwX $PWD - ./prepare-release travis-ci - sudo -u travis mkdir build -- cgit v1.2.3