From 617cc2aa6f543ea487e951a7492c5c958e3badd9 Mon Sep 17 00:00:00 2001 From: s3lph Date: Tue, 19 Jun 2018 22:11:42 +0200 Subject: [PATCH] GitLab CI: Run unit tests as unprivileged user. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b27f6a9..d70106b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ test: stage: test script: - useradd matemat + - chmod g+r -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