Triggered Child Pipelines won't start Compliance Pipeline, although Compliance Framework was assigned to Project

Summary:

I have two projects, project A and project B. Both have their own compliance framework assigned.
The config file (.gitlab-ci.yml) of project A triggers the pipeline of project B.
When starting the pipeline in project A and triggering the child pipeline (project B)
at the end of the pipeline, the compliance pipeline of project B was not started.
This issue leads to a way of evading assigned compliance pipelines.

Current Behavior:

-compliance pipeline of project A is executed
-project pipeline of project A is executed and triggers project pipeline of Project B
-compliance pipeline of project A is not executed
-project pipeline of project B is executed

Expected Behavior:

-compliance pipeline of project A is executed
-project pipeline of project A is executed and triggers project pipeline of Project B
-compliance pipeline of project A is executed
-project pipeline of project B is executed