How to enable junit feature

Hi,

I’m running gitlab using the docker omnibus image. I’d like to enable the junit feature:
Feature.enable(:junit_pipeline_view)

I can’t find anything on documentation that explain how to enable features with docker images.

Is someone could help me please ?

Hi @reza1 thanks for the question. This needs to be done in the Rails Console. Some better documentation about how to do that is here> https://docs.gitlab.com/ee/administration/feature_flags.html#how-to-enable-and-disable-features-behind-flags.

I will update the junit docs page with that link to avoid future confusion for other folks. Thanks!

-James H - Product Manager, GitLab

thanks !