image: python:3.12.10 stages: - build before_script: - "pip install -U platformio" examples: stage: build image: python:3.12.10 script: - pio run --target clean - pio run --environment basic