Consider using contrib instead of custom for module path
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3460115. --> Reported by: [japerry](https://www.drupal.org/user/45640) Related to !238 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>When debugging some failed tests, I noticed that local and tests running on the previous drupalci system worked, whereas they fail on gitlabci. </p> <p>The issue is due to modules/custom being used instead of modules/contrib, which is the path all contrib modules are supposed to be installed into.</p> <p>Looking back at the history, I couldn't find any reason why custom was chosen rather than contrib, so it'd be good to see if this can be changed, or if I'm missing something?</p>
issue