Add .gitlab-ci.yml and test Ruby app

This commit is contained in:
Fabio Pitino 2023-05-03 17:02:09 +01:00
parent 4150356e21
commit 85795eaed6
17 changed files with 240 additions and 8 deletions

View file

@ -0,0 +1,10 @@
default:
image: ruby:3.0.5
before_script:
- gem install bundler -v 2.4.12
- bundle install
example_job:
script:
- bundle exec rake