Skip to content
Snippets Groups Projects
Commit d7acc952 authored by Giovannoni Laurent's avatar Giovannoni Laurent Committed by Giovannoni Laurent
Browse files

Update .gitlab-ci.yml

parent 36a5b62a
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,6 @@ job_php-7.0: ...@@ -39,6 +39,6 @@ job_php-7.0:
- curl --location -s --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar - curl --location -s --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar
- chmod +x /usr/local/bin/phpunit - chmod +x /usr/local/bin/phpunit
#- cd App/MaarchRM #- cd App/MaarchRM
- phpunit --coverage-text -c phpunit.xml - phpunit --coverage-text --colors=never -c phpunit.xml
only: only:
- gitlab-ci-test - gitlab-ci-test
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