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