Explorar o código

added an installation of libgl1-mesa-glx for gitlab-ci

Dimitri Korsch %!s(int64=3) %!d(string=hai) anos
pai
achega
33c52cc9fd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .gitlab-ci.yml

+ 2 - 0
.gitlab-ci.yml

@@ -33,6 +33,8 @@ webui:
     - python -V
     - python -m venv env
     - source env/bin/activate
+    - apt-get update
+    - apt-get install -y libgl1-mesa-glx
     - pip install -r requirements.txt
     - pip install -r requirements.dev.txt
   script: