Run on CI doesn't read docker user options

When running as CI (run_container_on_ci), the docker options for user are not read, which means all files are created as root. See here where it uses them, but only for run_container.

Can you use leaverge it to apply into run_container?

Sorry I don’t understand you. What do you mean?

I mean you can modify run_container() by leveraging run_container_on_ci(). Because you mentioned that in another topic the run_container_on_ci() can work.