From 7eea4d6dddc0f24419bef736c6cb3a2a4e2b327b Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Thu, 14 Aug 2025 19:48:19 +0200 Subject: [PATCH] update pipeline --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 449af1b..992c4e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:2.7-stretch +image: python:3.12.10 stages: - build @@ -8,7 +8,7 @@ before_script: examples: stage: build - image: python:2.7-stretch + image: python:3.12.10 script: - pio run --target clean - pio run --environment basic