From b06c54e7829aae0e2742d740199389aad379edb0 Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 19 Jun 2018 22:15:18 +0200 Subject: [PATCH] GitLab CI: Run unit tests as unprivileged user. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d70106b..05aa099 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ test: stage: test script: - useradd matemat - - chmod g+r -R . + - chmod o+rw -R . - apt-get update -qy - apt-get install -y --no-install-recommends python3-dev python3-pip python3-coverage python3-setuptools build-essential - pip3 install wheel