diff --git a/tests/conftest.py b/tests/conftest.py index 462119c15..12be30e8a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -58,7 +58,7 @@ def pytest_addoption(parser: pytest.Parser) -> None: parser.addoption( DOCKER_IMAGE_TAG_KEY, action="store", - default="latest", + default="mapdl_section_data", help="Tag of pydpf-composites container to start for the tests. Default is 'latest'.", )