Skip to content
Snippets Groups Projects
Verified Commit dc139ee2 authored by Varac's avatar Varac
Browse files

CI: Install gems as unprivileged user

Installing gems as user root and accessing them as
unprivileged user breaks with gems that ship files
with too restrictive file permissions.

See https://github.com/invadersmustdie/puppet-catalog-test/issues/38
parent 61376462
No related branches found
No related tags found
1 merge request!142Default caching
Pipeline #
...@@ -9,7 +9,7 @@ cache: ...@@ -9,7 +9,7 @@ cache:
before_script: before_script:
- cd tests/platform-ci - cd tests/platform-ci
- time ./setup.sh - su -c 'time ./setup.sh' cirunner
stages: stages:
- syntax - syntax
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment