GitLab CI: Run unit tests as unprivileged user.

This commit is contained in:
s3lph 2018-06-19 22:15:18 +02:00
parent 617cc2aa6f
commit b06c54e782

View file

@ -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