Commit 27958a08 authored by Geoff Simmons's avatar Geoff Simmons

Add the test for devmode & TemplateConfig to the gitlab CI script.

parent dac13482
......@@ -266,6 +266,12 @@ example:ingresses:
- make EXAMPLE=fanout-nohost deploy verify undeploy
- make EXAMPLE=vhost-nohost deploy verify undeploy
dev:template-config:
extends: .integration-tests
script:
- cd ../test/e2e/tmplcfg
- make deploy verify undeploy
# FOO:bar in the matrix config is just fake, because gitlab-ci
# requires at least two distinct variables.
.integration-tests:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment