9 lines
88 B
YAML
9 lines
88 B
YAML
stages:
|
|
- test
|
|
|
|
|
|
test_job:
|
|
stage: test
|
|
script:
|
|
- echo "Hello, World!"
|