10 lines
105 B
YAML
10 lines
105 B
YAML
stages:
|
|
- mon_app
|
|
|
|
test_app:
|
|
stage: mon_app
|
|
image: python:latest
|
|
script:
|
|
- echo "hello world"
|
|
|