Skip to content
Snippets Groups Projects
Commit 2eaa90c2 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

Update .gitlab-ci.yml

parent b96ef6d0
Branches
Tags
No related merge requests found
Pipeline #11862 failed with stage
in 40 seconds
...@@ -11,7 +11,7 @@ test:php7_latest: ...@@ -11,7 +11,7 @@ test:php7_latest:
- apt-get install -yqq git zip - apt-get install -yqq git zip
- curl -sS https://getcomposer.org/installer | php - curl -sS https://getcomposer.org/installer | php
- php composer.phar install - php composer.phar install
- vendor/bin/phpunit --configuration tests/phpunit.xml --testdox - vendor/bin/phpunit --configuration tests/phpunit.xml
except: except:
- tags - tags
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment