summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2018-06-25 15:38:57 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2018-06-25 15:39:48 +0200
commit4d2d23bd317620e0fbd3bc64e9de7ff31c3927d4 (patch)
treeddeda65ef137223121cc8de1139f2be7a6944943
parent015bc510eb3a5fef0d1c53a339a2cbf89cc8211a (diff)
gitlab-ci: chmod 755 /root
This should avoid test failures on ubuntu:bionic (cherry picked from commit 3a37521aec0b02e12deaef58772ae0bca9a75496)
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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