// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
ruby30
/
share
/
gems
/
gems
/
bundler-2.2.33
/
lib
/
bundler
/
templates
/
newgem
[ PARENT ]
EDIT :: gitlab-ci.yml.tt
image: ruby:<%= RUBY_VERSION %> before_script: - gem install bundler -v <%= Bundler::VERSION %> - bundle install example_job: script: - bundle exec rake
SAVE
CANCEL