From 53e55d74e9a883ed7de4480a50b0287a959cb8e2 Mon Sep 17 00:00:00 2001 From: Mauricio Giacomini Girardello <mgg12@inf.ufpr.br> Date: Tue, 15 Mar 2016 11:32:00 -0300 Subject: [PATCH] testing gitlab-ci --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16b9acbfc..cc16b442b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,16 @@ services: - postgres +tags: + - ruby + - postgres + - elasticsearch + - redis variables: POSTGRES_DB: portalmec_test POSTGRES_USER: custom_user POSTGRES_PASSWORD: custom_pass - connect: #image: postgres script: -- GitLab