From 795fefef6113671a0b032cfa10b48e9117552588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maurice=20Hern=C3=A9?= <maurice.herne@rwth-aachen.de> Date: Mon, 28 Oct 2024 19:18:33 +0100 Subject: [PATCH] Trying to host a webserver on the runner because I am evil --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39ec424..f690436 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: python:3.12-bookworm + image: nginx:latest before_script: - python -m ensurepip -- GitLab