From 386e91798ca035846a016f5ea6964a329de52e24 Mon Sep 17 00:00:00 2001
From: Darius Schneider <schneider@itc.rwth-aachen.de>
Date: Tue, 27 May 2025 22:54:18 +0200
Subject: [PATCH] rake without bundle exec

---
 ruby/gitlab-ci-for-gem.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ruby/gitlab-ci-for-gem.yml b/ruby/gitlab-ci-for-gem.yml
index 0a527a0..e5f7dbf 100644
--- a/ruby/gitlab-ci-for-gem.yml
+++ b/ruby/gitlab-ci-for-gem.yml
@@ -55,4 +55,4 @@ test:
     - gem install bundler --silent
     - bundle install --jobs $(nproc) --quiet
     - "[ -f ./Appraisals ] && bundle exec appraisal install"
-    - "[ -f ./Appraisals ] && (bundle exec appraisal rake test && bundle exec rake test) || (bundle exec rake test)"
+    - "[ -f ./Appraisals ] && (bundle exec appraisal rake test && rake test) || (rake test)"
-- 
GitLab