diff --git a/includes/include.drupalci.main.yml b/includes/include.drupalci.main.yml index 0e60922310afe780f1c6a83845090fe896ae8480..c2453babd1a39f8245de67abaae75d497d0678f8 100644 --- a/includes/include.drupalci.main.yml +++ b/includes/include.drupalci.main.yml @@ -1073,6 +1073,8 @@ cspell: # For BC these two legacy variables have to remain defined. DRUPAL_TEST_WEBDRIVER_HOSTNAME_LEGACY: localhost DRUPAL_TEST_WEBDRIVER_PORT_LEGACY: '9515' + # A workaround for the Nightwatch issue https://github.com/nightwatchjs/nightwatch/issues/4401 + FORCE_COLOR: '1' script: - cd $CI_PROJECT_DIR/$_WEB_ROOT && pwd - *check-composer-end-code