You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to use this dockerfile in a rails 6.1 project to run tests in Gitlab CI.
The build step runs fine with kaniko, but the test step fails with bundler: command not found: rails. When I check what the vendor directory contains, it looks OK in the build step, but empty in the test step.
Hello, I am trying to use this dockerfile in a rails 6.1 project to run tests in Gitlab CI.
The build step runs fine with kaniko, but the test step fails with
bundler: command not found: rails
. When I check what the vendor directory contains, it looks OK in the build step, but empty in the test step.This is my dockerfile.yml
This is the Dockerfile
This is the kaniko command in the build step:
The text was updated successfully, but these errors were encountered: