component: stage: test-integration variables: OPENTOFU_VERSION: $LATEST_OPENTOFU_VERSION TEST_TF_STATE_NAME: ci-integration-$CI_PIPELINE_IID-$CI_NODE_INDEX TEST_TF_ROOT: tests/iac trigger: include: tests/integration-tests/$PIPELINE_NAME.gitlab-ci.yml strategy: depend parallel: matrix: - PIPELINE_NAME: [Defaults] - PIPELINE_NAME: [JobTemplates] - PIPELINE_NAME: [TestJob] - PIPELINE_NAME: [Destroy]