diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4fb1f05b3..7b3a3a46d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -392,7 +392,7 @@ test:browser:integration:api_client_php: - RAILS_ENV=test rake db:create - cp contrib/auto_wizard_test.json auto_wizard.json - script/build/test_startup.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 - - GIT_SSH=/ssh_wrapper_client_php.sh git clone git@github.com:martini/zammad_api_client_php || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1 + - git clone git@github.com:zammad/zammad-api-client-php || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1 - wget http://$IP:$BROWSER_PORT/api/v1/getting_started/auto_wizard - cd zammad_api_client_php - composer install