Variables in a project should be shown when starting a pipeline

Jenkins has option for a build to come with parameters, the pipeline run feature of GitLab is give all variables described in .gitlab-ci.yml to scripts, however, they are not shown on the pipeline run page.

Should this feature be added? which displays the list of variable names defined in .gitlab-ci.yml on pipeline run page so on each run these variables can be entered with different values.