diff --git a/spec/support/gitlab_stubs/gitlab_ci.yml b/spec/support/gitlab_stubs/gitlab_ci.yml index e1b0a9c32c5bad9bcb7dea030d8405fa77f9b131..e55a61b2b94d73a572f87d61728e783832fe2e08 100644 --- a/spec/support/gitlab_stubs/gitlab_ci.yml +++ b/spec/support/gitlab_stubs/gitlab_ci.yml @@ -23,6 +23,15 @@ rspec: only: - branches +spinach: + script: "rake spinach" + allow_failure: true + tags: + - ruby + - mysql + except: + - tags + staging: variables: KEY1: value1