Ricardo Garcia
Builds for 1 pipeline skipped in 0 seconds

Add gitlab-ci yml

image: ruby:2.1
before_script:
- bundle install
after_script:
- rm secrets
stages:
- build
- test
- deploy
rspec:
stage: build
script:
- rake spec
only:
- master
tags:
- docker