Adjust for non-sudo

This commit is contained in:
Jonathan Herrewijnen 2024-08-22 19:56:46 +02:00
parent d45b9eeb1b
commit ee605f567e

View File

@ -8,7 +8,7 @@ image: python:3.8
pages: pages:
stage: deploy stage: deploy
script: script:
- sudo apt-get install -y xvfb - apt install -y xvfb
- mkdir .public - mkdir .public
- python -m venv venv - python -m venv venv
- source venv/bin/activate - source venv/bin/activate