diff --git a/kibot-ci.yml b/kibot-ci.yml index 2e523ba..5b467f0 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -127,7 +127,7 @@ image: boms: - cd $CI_PROJECT_DIR/.gitlab/.scripts/ki-ntree/ - - pip install poetry + - apt update && apt install pip -y && pip install --break-system-packages poetry - poetry install - cd $CI_PROJECT_DIR/Fabrication - 'SEARCH="bom.csv"' @@ -226,6 +226,7 @@ outputs_dev: SUFF_SCH: run_drc print_sch SUFF_PCB: run_erc,update_xml,set_text_variables print_pcb script: + - !reference [.commands, boms] - !reference [.commands, git_tag] - SUFFIX=$SUFF_SCH - !reference [.commands, kibot]