mirror of
https://gitlab.com/components/sast.git
synced 2025-06-29 23:18:28 +02:00
10 lines
151 B
YAML
10 lines
151 B
YAML
default:
|
|
image: ruby:3.0.5
|
|
|
|
before_script:
|
|
- gem install bundler -v 2.4.12
|
|
- bundle install
|
|
|
|
example_job:
|
|
script:
|
|
- bundle exec rake
|