diff --git a/livetests.py b/livetests.py index c2e04ab..2d517f6 100755 --- a/livetests.py +++ b/livetests.py @@ -53,7 +53,7 @@ @pytest.fixture(scope="module", - params=["2.14.18", "2.15.10", "2.16.5"]) + params=["2.14.18", "2.15.11", "2.16.6"]) def gerrit_api(request): """Create a Gerrit container for the given version and return an API.""" with GerritContainer(request.param) as gerrit: