Enable testing with GitLab CI
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3589664. --> Reported by: [joelpittet](https://www.drupal.org/user/160302) Related to !19 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>According to <a href="https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-drupal/gitlab-ci#s-faq">GitLab CI - FAQ</a>,</p> <blockquote><p> The <a href="https://www.drupal.org/about/core/blog/drupalci-and-all-patch-testing-will-be-turned-off-on-july-1-2024">Drupal CI infrastructure will be disabled on July 1st, 2024</a>, with some functionality already deprecated. </p></blockquote> <p>Now is a good time to enable GitLab CI testing.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <ol> <li>Follow the instructions on <a href="https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-drupal/gitlab-ci">GitLab CI</a>,</li> <li>Fix problems reported by static analysis (phpstan and phpcs) or at least establish a baseline.</li> </ol> > Related issue: [Issue #3587230](https://www.drupal.org/node/3587230)
issue