feat: add testing stage
This commit is contained in:
parent
614047c3a7
commit
a6424fbf97
2 changed files with 22 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ stages:
|
|||
# deployment
|
||||
- "gitleaks"
|
||||
- "linting"
|
||||
- "testing"
|
||||
- "deployment"
|
||||
|
||||
|
||||
|
|
@ -13,8 +14,9 @@ stages:
|
|||
include:
|
||||
|
||||
# deployment
|
||||
- local: ".gitlab/gitleaks.yaml"
|
||||
- local: ".gitlab/deployment.yaml"
|
||||
- local: ".gitlab/gitleaks.yaml"
|
||||
- local: ".gitlab/testing.yaml"
|
||||
|
||||
# linting
|
||||
- component: "$CI_SERVER_FQDN/components/ansible/linting@v2.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue