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

use vendor/bin/phpunit for test

parent 4cca2f8c
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.
...@@ -28,6 +28,6 @@ unit_tests: ...@@ -28,6 +28,6 @@ unit_tests:
- composer install - composer install
script: script:
- find -ipath "*phpunit*" - find -ipath "*phpunit*"
- phpunit tests/*.php - ./vendor/bin/phpunit tests/*.php
tags: tags:
- spes - 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