Commit 125d1847 authored by Geoff Simmons's avatar Geoff Simmons

Add the probe config e2e test to the CI script.

parent d264c539
......@@ -273,6 +273,12 @@ dev:template-config:
- cd ../test/e2e/tmplcfg
- make deploy verify undeploy
dev:probe-config:
extends: .integration-tests
script:
- cd ../test/e2e/probeCfg
- 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