image: python:3.8 stages: - build before_script: - "pip install -U platformio" main_mcu: stage: build script: - cd firmware/main_mcu/ - cp src/config-example.h src/config.h - pio run lowpower_mcu: stage: build script: - cd firmware/lowpower_mcu/ - pio run