diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc1136a1bc037087e667d4efc91fede16285bdee..b543acea34077718b685b81d90a7890bfc6cf3cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,8 @@ docker: install: stage: install image: ${IMAGE_NAME}:latest + tags: + - unprivileged script: - virtualenv --python=/usr/bin/python3 . - source bin/activate @@ -67,6 +69,8 @@ test_ppparis: test_pref13: stage: test image: ${IMAGE_NAME}:latest + tags: + - unprivileged needs: [install] script: - curl --silent --location --output artifacts.zip "${CI_SERVER_PROTOCOL}://${CI_SERVER_HOST}:${CI_SERVER_PORT}/api/v4/projects/${CI_PROJECT_ID}/jobs/artifacts/${CI_COMMIT_BRANCH}/download?job=${CI_JOB_NAME}&job_token=${CI_JOB_TOKEN}" || true