9 lines
101 B
YAML
9 lines
101 B
YAML
stages:
|
|
- test
|
|
|
|
hello_job:
|
|
stage: test
|
|
image: alpine:latest
|
|
script:
|
|
- echo "hello world"
|