.gitlab-ci.yml file includes another .yml file:
    include:
      - project: "test_repository"
        ref: "develop"
        file: "template.yml"
While pipeline execution 'template.yml' is taken from HEAD of 'develop' branch in 'test_repository'. Is it possible get 'template.yml' commit somehow after or while the pipeline execution?
 
    