Remove gitlab ci configuration

We are not hosting on gitlab anymore
This commit is contained in:
Tim Kächele 2024-02-10 11:19:38 +01:00
parent 4a087bc2eb
commit dd1ac04fc7

View File

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