diff --git a/.gitlab/ci/browser-core/api_client_ruby.yml b/.gitlab/ci/browser-core/api_client_ruby.yml index 690de98e4..f71755f20 100644 --- a/.gitlab/ci/browser-core/api_client_ruby.yml +++ b/.gitlab/ci/browser-core/api_client_ruby.yml @@ -5,7 +5,7 @@ api_client_ruby: - RAILS_ENV=test bundle exec rake db:create - cp contrib/auto_wizard_test.json auto_wizard.json - bundle exec rake zammad:ci:test:start - - git clone https://github.com/zammad/zammad-api-client-ruby.git -b mg/maintenance/inclusive-language + - git clone https://github.com/zammad/zammad-api-client-ruby.git - cd zammad-api-client-ruby - bundle update --bundler - bundle install -j $(nproc)