From b0502bc1a3054e602602e76dca39c7cc3bb19475 Mon Sep 17 00:00:00 2001 From: Christoph Stahl <christoph.stahl@tu-dortmund.de> Date: Thu, 1 Dec 2022 19:49:08 +0000 Subject: [PATCH] Aktualisieren .gitlab/.gitlab-webide.yml --- .gitlab/.gitlab-webide.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab/.gitlab-webide.yml b/.gitlab/.gitlab-webide.yml index 24d839f..a42023e 100644 --- a/.gitlab/.gitlab-webide.yml +++ b/.gitlab/.gitlab-webide.yml @@ -1,5 +1,2 @@ terminal: - image: python:alpine - before_script: - - pip install poetry - - poetry install + image: python:3 -- GitLab