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: pages:
stage: deploy stage: deploy
script: script:
- apt update
- apt install -y xvfb - apt install -y xvfb
- mkdir .public - mkdir .public
- python -m venv venv - python -m venv venv