diff options
Diffstat (limited to '.expeditor')
-rw-r--r-- | .expeditor/verify.pipeline.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index df167f7a18..5436eb8508 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -179,13 +179,13 @@ steps: commands: - /workdir/scripts/bk_tests/bk_install.sh - asdf local ruby 2.5.5 - - bundle install --jobs=3 --retry=3 --path=vendor/bundle - cd /workdir/kitchen-tests + - bundle install --jobs=3 --retry=3 --path=vendor/bundle - bundle exec kitchen test end-to-end-amazonlinux-2 expeditor: executor: docker: environment: - AMAZON=2 - - KITCHEN_YAML=kitchen.travis.yml + - KITCHEN_YAML=/workdir/kitchen-tests/kitchen.bk.yml - BUNDLE_GEMFILE=/workdir/kitchen-tests/Gemfile |