From ce215f127be9d805a844b4fa2ace21470719ffda Mon Sep 17 00:00:00 2001
From: Mauricio Giacomini Girardello <mgg12@inf.ufpr.br>
Date: Mon, 14 Mar 2016 10:54:02 -0300
Subject: [PATCH] testing gitlab-ci

---
 .gitlab-ci.yml | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9bfca32..0b0b15e2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,12 @@
-test:
-  script:
-  - export $BUNDLE_PATH='~/'
-  - export BUNDLE_PATH='~/'
+before_script:
+  - gem install bundler
   - bundle install
-  - bundle exec rake db:migrate RAILS_ENV=test
-  - bundle exec rake test
\ No newline at end of file
+  - bundle exec rake db:create
+
+test:
+  test: "rake test"
+  tags:
+    - ruby
+    - postgres
+    - elasticsearch
+    - redis
\ No newline at end of file
-- 
GitLab