Skip to content
Snippets Groups Projects
Commit cd0442ff authored by Krisjanis Rijnieks's avatar Krisjanis Rijnieks :lion_face:
Browse files

Try with "needs: []"

parent ed8259a7
No related branches found
No related tags found
No related merge requests found
Pipeline #534316 failed
......@@ -11,7 +11,7 @@ stages:
test_inventory:
stage: stage_test_inventory
when: always
needs: []
script:
- echo "Do we have all parts in inventory covered?"
- ./tests/inventory.sh ./fab.kicad_sym ./tests/whitelist.txt
......@@ -19,12 +19,12 @@ test_inventory:
test_footprints:
stage: stage_test_footprints
when: always
needs: []
script:
- echo "Do we have footprints for all symbols?"
test_3dmodels:
stage: stage_test_3dmodels
when: always
needs: []
script:
- echo "Do we have 3D models for all footprints?"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment