Commit 9aa55479 authored by Nick Thomas's avatar Nick Thomas

Remove ruby tag from .gitlab-ci.yml

parent 19229902
...@@ -19,16 +19,12 @@ before_script: ...@@ -19,16 +19,12 @@ before_script:
rspec: rspec:
<<: *rspec_definition <<: *rspec_definition
tags:
- ruby
except: except:
- tags - tags
verify_ruby: verify_ruby:
script: script:
- make verify_ruby - make verify_ruby
tags:
- ruby
except: except:
- tags - tags
...@@ -38,8 +34,6 @@ rspec:ruby2.6: ...@@ -38,8 +34,6 @@ rspec:ruby2.6:
variables: variables:
INSTALL_BUNDLER_VERSION: ~> 1.17.3 INSTALL_BUNDLER_VERSION: ~> 1.17.3
<<: *rspec_definition <<: *rspec_definition
tags:
- ruby
except: except:
- tags - tags
...@@ -49,8 +43,6 @@ rspec:ruby2.2: ...@@ -49,8 +43,6 @@ rspec:ruby2.2:
variables: variables:
INSTALL_BUNDLER_VERSION: ~> 1.17.3 INSTALL_BUNDLER_VERSION: ~> 1.17.3
<<: *rspec_definition <<: *rspec_definition
tags:
- ruby
except: except:
- tags - tags
...@@ -60,8 +52,6 @@ rspec:ruby2.1: ...@@ -60,8 +52,6 @@ rspec:ruby2.1:
variables: variables:
INSTALL_BUNDLER_VERSION: ~> 1.17.3 INSTALL_BUNDLER_VERSION: ~> 1.17.3
<<: *rspec_definition <<: *rspec_definition
tags:
- ruby
except: except:
- tags - tags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment