From f33992a129f8734e55542026ecff4b0f6d7a978a Mon Sep 17 00:00:00 2001 From: Abel Luck Date: Tue, 7 Nov 2023 15:30:32 +0100 Subject: [PATCH] update ci --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ebd256..84ba250 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ --- +image: python:3.11 + stages: - check - build