# Placeholder child pipeline - replaced by generate-matrix job # This file must be valid GitLab CI YAML for initial pipeline parsing stages: - placeholder placeholder: stage: placeholder tags: - build script: - echo "This placeholder is replaced by dynamically generated test matrix" rules: - when: never