diff --git a/integration/tomee_test.go b/integration/tomee_test.go index 495f4101..e8a3874c 100644 --- a/integration/tomee_test.go +++ b/integration/tomee_test.go @@ -43,6 +43,7 @@ func testTomee(t *testing.T, context spec.G, it spec.S) { WithEnv(map[string]string{ "BP_ARCH": "amd64", "BP_JAVA_APP_SERVER": "tomee", + "BP_TOMEE_VERSION": "9.*", }). WithBuilder(builder). WithTrustBuilder().