diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8204055..0484f62b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -138,9 +138,9 @@ test_bullseye_carddavclientinterop: - curl https://codeload.github.com/mstilkerich/carddavclient/tar.gz/master | tar zxf - - cd carddavclient-master - composer install - - echo ' [ "username" => "user3", "password" => "user3", "discoveryUri" => "http://regression", "syncAllowExtraChanges" => false, "featureSet" => TestInfrastructureSrv::SRVFEATS_DAVICAL, ], ]; public const ADDRESSBOOKS = [ "Davical_0" => [ "account" => "Davical", "url" => "http://regression/caldav.php/user3/addresses/", "displayname" => "user3 addresses", ], ]; }' > tests/interop/AccountData.php + - echo ' [ "username" => "user3", "password" => "user3", "discoveryUri" => "http://regression", "syncAllowExtraChanges" => false, "featureSet" => TestInfrastructureSrv::SRVFEATS_DAVICAL, ], ]; public const ADDRESSBOOKS = [ "Davical_0" => [ "account" => "Davical", "url" => "http://regression/caldav.php/user3/addresses/", "displayname" => "user3 addresses", ], ]; }' > tests/Interop/AccountData.php - mkdir -p testreports/interop - - phpunit -c tests/interop/phpunit.xml --no-coverage + - phpunit -c tests/Interop/phpunit.xml --no-coverage after_script: - mkdir -p apache2_log - cp -r /var/log/apache2 apache2_log/test_bullseye