Skip to content
Snippets Groups Projects
Commit 4cca2f8c authored by Oyvind.Gjesdal's avatar Oyvind.Gjesdal
Browse files

look for phpunit with find (installed by composer)

parent 82166cd4
No related branches found
No related tags found
1 merge request!17Resolve "Make gitlab run PHPunit tests"
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment