From b0084ddee4cae595c701f43e2b771218b33e852a Mon Sep 17 00:00:00 2001
From: Thomas Schneider <tschneider@asta.rwth-aachen.de>
Date: Tue, 26 Mar 2019 00:28:00 +0100
Subject: [PATCH] GitLab CI: Run scripts through bundler

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 16b0470..439cf31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,8 +13,8 @@ before_script:
 
 rubocop:
   script:
-  - rubocop
+  - bundle exec rubocop
 
 assets:
   script:
-  - rake assets:precompile
+  - bundle exec rake assets:precompile
-- 
GitLab