The .nightwatch-base job does not define a stage
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3367779. --> Reported by: [dww](https://www.drupal.org/user/46549) Related to !29 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>These default templates are amazing, thanks! It was very easy to get a pretty simple GitLab CI config up and running on 1 branch of one of my contribs (entitygroupfield), and then to get some funky customizations going for matrix testing in another branch of the same project.</p> <p>Unless I'm misreading these default templates, the <code>.nightwatch-base</code> job does not define a <code>stage</code>. </p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Set <code>stage: test</code> at the top of <code>.nightwatch-base</code>.</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <h3 id="summary-ui-changes">User interface changes</h3> <h3 id="summary-api-changes">API changes</h3> <h3 id="summary-data-model-changes">Data model changes</h3>
issue