Ricardo Garcia
Builds for 1 pipeline failed in 0 seconds

Run rspec directly

...@@ -11,7 +11,8 @@ stages: ...@@ -11,7 +11,8 @@ stages:
11 rspec: 11 rspec:
12 stage: build 12 stage: build
13 script: 13 script:
14 - - rake spec --color 14 + - rspec --color
15 + - rake spec
15 only: 16 only:
16 - master 17 - master
17 tags: 18 tags:
......