From 4cca2f8cf7e2d851ec6350da2f324ecab36221b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20gjesdal?= <oyvind.gjesdal@uib.no> Date: Wed, 15 Sep 2021 21:33:42 +0200 Subject: [PATCH] look for phpunit with find (installed by composer) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bdc7a56e..42c924d6 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 -- GitLab