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