From 2c5caf799cf28e9eab0c83c7e6ea6ec970c5fdea Mon Sep 17 00:00:00 2001 From: Thomas Schneider <tschneider@asta.rwth-aachen.de> Date: Tue, 26 Mar 2019 12:39:11 +0100 Subject: [PATCH] GitLab CI: Provide sample config If it is missing, even the assets:precompile will fail. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 439cf31..ce62d0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ before_script: - gem install bundler - bundle -v - bundle install -j $(nproc) --path vendor + - cp config.sample.yml config.yml rubocop: script: -- GitLab