From 00b9a596ab8144083fcca10722b9a5f1558958b0 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Thu, 1 Dec 2022 20:45:28 +0100 Subject: [PATCH] Testing webide from gitlab --- .gitlab/.gitlab-webide.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab/.gitlab-webide.yml diff --git a/.gitlab/.gitlab-webide.yml b/.gitlab/.gitlab-webide.yml new file mode 100644 index 0000000..b3f4d0d --- /dev/null +++ b/.gitlab/.gitlab-webide.yml @@ -0,0 +1,5 @@ +terminal + image: python:alpine + before_script: + - pip install poetry + - poetry install