diff --git a/.scripts/run-tests.sh b/.scripts/run-tests.sh
index 1d03e253..88aca72a 100755
--- a/.scripts/run-tests.sh
+++ b/.scripts/run-tests.sh
@@ -2,6 +2,9 @@
# Wrapper for the test executing function so we only have to change it in one place.
# The module name gets passed in as a command line arg.
+LS="ls ../modules/contrib/islandora/tests/src/Kernel"
+echo "LS Command -> $LS"
+$LS
COMMAND="$DRUPAL_DIR/vendor/bin/phpunit --verbose --testsuite $1"
echo $COMMAND
$COMMAND
diff --git a/.travis.yml b/.travis.yml
index a1270370..a29953d4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ php:
- 7.3
env:
- - TESTSUITE=unit
+ - TESTSUITE=kernel
- TESTSUITE=functional
- TESTSUITE=function-javascript
diff --git a/phpunit.xml b/phpunit.xml
index 26668fa4..3ca4e69e 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -20,14 +20,14 @@
-
+
-
+
@@ -36,8 +36,6 @@
-
-