diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2018-06-25 15:38:57 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2018-06-25 15:38:57 +0200 |
commit | 3a37521aec0b02e12deaef58772ae0bca9a75496 (patch) | |
tree | 108ffa46e4ef91a7bf55d6d14a6636fd9662b808 | |
parent | 005c5150d16e80c2322e0380dec9906be9cb7c08 (diff) |
gitlab-ci: chmod 755 /root
This should avoid test failures on ubuntu:bionic
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |