9 lines
No EOL
98 B
YAML
9 lines
No EOL
98 B
YAML
stages:
|
|
- test
|
|
#- build
|
|
#- deploy
|
|
|
|
test:
|
|
stage: test
|
|
tags: ["build"]
|
|
script: make test |