Skip to content
Snippets Groups Projects

Resolve "Make gitlab run PHPunit tests"

Merged Oyvind.Gjesdal requested to merge 16-make-gitlab-run-phpunit-tests into master
+ 5
1
@@ -28,6 +28,10 @@ unit_tests:
- composer install
script:
- find -ipath "*phpunit*"
- phpunit tests/*.php
- ./vendor/bin/phpunit tests/*.php
tags:
- spes
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- "vendor/"
Loading