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
1 unresolved thread
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -31,3 +31,7 @@ unit_tests:
- ./vendor/bin/phpunit tests/*.php
tags:
- spes
cache:
key: $CI_COMMIT_REF_SLUG
paths:
- "vendor/"
Loading