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

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0b0b15e2..703edb23 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,9 @@ before_script:
   - bundle exec rake db:create
 
 test:
-  test: "rake test"
+  stage: test
+  script:
+    - rake test
   tags:
     - ruby
     - postgres
-- 
GitLab