From fed47779105c1c4d293f7e0b320f82aa045d5ba3 Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Mon, 7 Nov 2016 13:07:44 +0100 Subject: [PATCH] Renamed ruby API client repo - https://github.com/zammad/zammad-api-client-ruby/issues/1 . --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bbfa49fa..e1489ac81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -376,8 +376,8 @@ test:browser:integration:api_client_ruby: - 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 clone git@github.com:martini/zammad_api_client_ruby.git || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1 - - cd zammad_api_client_ruby + - git clone git@github.com:zammad/zammad-api-client-ruby.git || script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1 + - cd zammad-api-client-ruby - bundle install - export TEST_URL=http://$IP:$BROWSER_PORT - rspec || (cd .. && script/build/test_shutdown.sh $RAILS_ENV $BROWSER_PORT $WS_PORT 1 1)