Add xvfb to build pipeline

This commit is contained in:
Jonathan Herrewijnen 2024-08-22 19:55:56 +02:00
parent 4ab063cc71
commit d45b9eeb1b

View File

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