From dd7e7c67b7c9e454f63c215042bda8378ae24bc2 Mon Sep 17 00:00:00 2001 From: Florian Fischer <florian.fischer-2@mni.thm.de> Date: Tue, 14 Jan 2025 11:54:39 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b77004..57a1771 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,6 @@ pages: stage: pages tags: - Python3.8 - needs: - - test script: - apt-get update - apt-get install libgl1 -y -- GitLab