From fc36927f8c708da2a565d49c70f9e9f9940dfcbd Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 14 Aug 2018 16:38:23 +0200 Subject: [PATCH] =?UTF-8?q?Yet=20another=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5851056..71fd1c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,6 @@ test: - cp config/database.yml.gitlab config/database.yml - RAILS_ENV=test bundle exec rake db:create db:schema:load - railstest: + script: - bundle exec rake test