From 6adc2e508e8d2f983a01ab2cb3a449bb99074721 Mon Sep 17 00:00:00 2001 From: Mauricio Giacomini Girardello <mauriciogiacomini4@gmail.com> Date: Mon, 14 Sep 2015 16:19:57 -0300 Subject: [PATCH] test gitlab-ci integration --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4d81e803..77d808bc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,3 @@ test: - bundle install - bundle exec rake db:migrate RAILS_ENV=test - bundle exec rake test - -- GitLab