feat: added testing stage
This commit is contained in:
parent
917c04ed7e
commit
2c400882bf
1 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ stages:
|
|||
# deployment
|
||||
- "gitleaks"
|
||||
- "linting"
|
||||
- "testing"
|
||||
- "deployment"
|
||||
|
||||
|
||||
|
|
@ -17,6 +18,9 @@ include:
|
|||
- local: ".gitlab/deployment.yaml"
|
||||
|
||||
# linting
|
||||
- component: "$CI_SERVER_FQDN/components/ansible/linting@v2.0.1"
|
||||
- component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.3"
|
||||
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
|
||||
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"
|
||||
|
||||
# testing
|
||||
- component: "$CI_SERVER_FQDN/components/ansible/testing@v3.0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue