Skip to content
Snippets Groups Projects
Commit 5073c3a9 authored by Matt Kasa's avatar Matt Kasa
Browse files

ci: Add test-validate to CI pipeline

parent e88d334c
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ stages:
- lint
- build
- test-init
- test-validate
- test-plan
- test-apply
- test-destroy
......@@ -73,6 +74,14 @@ test-init:
- export DEBUG_OUTPUT=true
- gitlab-terraform init
test-validate:
extends:
- .test
- .versions
stage: test-validate
script:
- gitlab-terraform validate
test-plan:
extends:
- .test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment