From 32562849c391f3c00f206f8225e1a07a3510dfc7 Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 31 Oct 2023 10:29:00 +0100 Subject: [PATCH] Specify image to use in CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c3ec55..da97664 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +image: python:3.11 + stages: - test