From 3a37521aec0b02e12deaef58772ae0bca9a75496 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 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d2c6b085..3bdda7e46 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 + - chmod 755 /root - chmod -R o+rwX $PWD - ./prepare-release travis-ci - sudo -u travis mkdir build -- cgit v1.2.3