core/drupalci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/drupalci.yml b/core/drupalci.yml index 0b24a3b995..711d3d316b 100644 --- a/core/drupalci.yml +++ b/core/drupalci.yml @@ -18,8 +18,8 @@ build: # halt-on-fail can be set on the run_tests tasks in order to fail fast. # suppress-deprecations is false in order to be alerted to usages of # deprecated code. - run_tests.functional: - types: 'PHPUnit-Functional' + run_tests.kernel: + types: 'PHPUnit-Kernel' suppress-deprecations: false halt-on-fail: false testgroups: --file core/tests/Drupal/KernelTests/Core/Config/SchemaCheckTraitTest.php