diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de2e9d71..5b245a90 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,7 @@ variables: - which ruby - gem env - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - - bundle install --gemfile android/Gemfile --path vendor/bundle --quiet + - bundle install --gemfile android/Gemfile --path vendor/bundle_android --quiet cache: paths: - app_new.version @@ -92,7 +92,7 @@ variables: - which ruby - gem env - bundle config mirror.https://rubygems.org https://gems.ruby-china.com - - bundle install --gemfile android/Gemfile --path vendor/bundle --quiet + - bundle install --gemfile android/Gemfile --path vendor/bundle_ios --quiet cache: paths: - app_new.version