Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-05-10 11:33:56 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2018-05-14 10:53:57 +0300
commit2e26e609ef57026fad96f41ce154190485947ce8 (patch)
tree69a18758775bd52a91f1f585ea881ccf3ac9606d
parent66b0a438801bd17308653259f58e2b57502a18d9 (diff)
Fix specs
-rw-r--r--spec/support/gitlab_stubs/gitlab_ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/support/gitlab_stubs/gitlab_ci.yml b/spec/support/gitlab_stubs/gitlab_ci.yml
index e1b0a9c32c5..e55a61b2b94 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