commit | 59d9ef6e9779f02aab1ea49d363571de845ddd12 | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Wed Nov 09 13:08:41 2016 +0100 |
committer | Carlos Sanchez <carlos@apache.org> | Wed Nov 09 13:08:41 2016 +0100 |
tree | d3cbfc2e5027b61674526840f4808eead5ed0212 | |
parent | a0f92a484d8194c143f22b8dcfa479aaa85eaceb [diff] [blame] |
Allow running the tests with specific versions of Jenkins
diff --git a/tests/runtime.bats b/tests/runtime.bats index e0baac1..fe6763e 100644 --- a/tests/runtime.bats +++ b/tests/runtime.bats
@@ -9,7 +9,7 @@ @test "build image" { cd $BATS_TEST_DIRNAME/.. - docker build -t $SUT_IMAGE . + docker_build -t $SUT_IMAGE . } @test "clean test containers" {