Update .gitlab-ci.yml file

This commit is contained in:
Jonathan Herrewijnen 2024-08-23 08:27:08 +00:00
parent ee605f567e
commit 98033c5d61

View File

@ -8,6 +8,7 @@ image: python:3.8
pages:
stage: deploy
script:
- apt update
- apt install -y xvfb
- mkdir .public
- python -m venv venv