Skip to content

Commit d4fccb5

Browse files
committed
adjust Dockerfile and build command within tests
1 parent a1fbb3a commit d4fccb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ def client():
77

88
@pytest.fixture(scope="session")
99
def image(client):
10-
img, _ = client.images.build(path='./src')
10+
img, _ = client.images.build(path='./', dockerfile='src/Dockerfile')
1111
return img

0 commit comments

Comments
 (0)