diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bdc7a56e70e52504f171dfda3a7545293f3ec60b..42c924d66779ca9d71e65809021a100f558a6a76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,7 @@ unit_tests:
   - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
   - composer install
   script:
+  - find -ipath "*phpunit*"
   - phpunit tests/*.php
   tags:
   - spes