From 9608eea01b3349a829167b7fc90a9371be108ee9 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Tue, 21 Jan 2025 14:54:54 +0100 Subject: [PATCH] corrected ci pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7da2b38..2d5e23f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.9:latest +image: python:latest before_script: - time apt update