Skip to content

Commit a561711

Browse files
committed
corrected phpunit.xml path in .gitlab-ci.yml
1 parent 2d506c8 commit a561711

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,32 @@ before_script:
44
test_5.4:
55
image : phpplatform/php-apache-xdebug-composer:5.4
66
script :
7-
- ./vendor/bin/phpunit -c ci/phpunit.xml
7+
- ./vendor/bin/phpunit -c phpunit.xml
88

99
test_5.5:
1010
image : phpplatform/php-apache-xdebug-composer:5.5
1111
script :
12-
- ./vendor/bin/phpunit -c ci/phpunit.xml
12+
- ./vendor/bin/phpunit -c phpunit.xml
1313

1414
test_5.6:
1515
image : phpplatform/php-apache-xdebug-composer:5.6
1616
script :
17-
- ./vendor/bin/phpunit -c ci/phpunit.xml
17+
- ./vendor/bin/phpunit -c phpunit.xml
1818

1919
test_7.0:
2020
image : phpplatform/php-apache-xdebug-composer:7.0
2121
script :
22-
- ./vendor/bin/phpunit -c ci/phpunit.xml
22+
- ./vendor/bin/phpunit -c phpunit.xml
2323

2424
test_7.1:
2525
image : phpplatform/php-apache-xdebug-composer:7.1
2626
script :
27-
- ./vendor/bin/phpunit -c ci/phpunit.xml
27+
- ./vendor/bin/phpunit -c phpunit.xml
2828

2929
test_7.2:
3030
image : phpplatform/php-apache-xdebug-composer:7.2
3131
script :
32-
- ./vendor/bin/phpunit -c ci/phpunit.xml
32+
- ./vendor/bin/phpunit -c phpunit.xml
3333

3434
after_script:
3535
- bash <(curl -s https://codecov.io/bash) -t c09c03aa-44ab-4b07-934e-f20fd3a604c1

0 commit comments

Comments
 (0)