Commit 068a0a18 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Make it more clear that `extends` behaves like inheritance

parent 9b0127e0
......@@ -88,6 +88,8 @@ more flexible and readable.
```yaml
.tests:
script: rake test
stage: test
only:
refs:
- branches
......@@ -95,7 +97,6 @@ more flexible and readable.
rspec:
extends: .tests
script: rake rspec
stage: test
only:
variables:
- $RSPEC
......
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