diff --git a/kibot-ci.yml b/kibot-ci.yml index 65499fb..af3644d 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -252,7 +252,7 @@ outputs_dev: - Fabrication/**/* expire_in: 1 week variables: - SUFF_SCH: run_drc print_sch + SUFF_SCH: run_drc sch SUFF_PCB: run_erc,update_xml,set_text_variables print_pcb script: - !reference [.commands, git_tag] @@ -277,6 +277,18 @@ outputs_all: - !reference [.commands, kibot] - !reference [.commands, neo] - ls Fabrication/ + +inventree_job_dev: + stage: inventree + needs: + - job: output_mech + artifacts: true + - job: outputs_dev + artifacts: true + rules: + - !reference [.dev_rules, rules] + script: + - !reference [.commands, boms] inventree_job: stage: inventree @@ -286,7 +298,7 @@ inventree_job: - job: outputs_all artifacts: true rules: - - !reference [.dev_rules, rules] + - !reference [.main_rules, rules] script: - !reference [.commands, boms]