integration-cli: fix DockerNetworkSuite not being run

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 5c891ea9ca9084e81429395d99fdad451d2cffaf)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
diff --git a/integration-cli/check_test.go b/integration-cli/check_test.go
index 5527006..8bb1cfe 100644
--- a/integration-cli/check_test.go
+++ b/integration-cli/check_test.go
@@ -132,7 +132,7 @@
 func TestDockerNetworkSuite(t *testing.T) {
 	ensureTestEnvSetup(t)
 	testRequires(t, DaemonIsLinux)
-	suite.Run(t, &DockerExternalVolumeSuite{ds: &DockerSuite{}})
+	suite.Run(t, &DockerNetworkSuite{ds: &DockerSuite{}})
 }
 
 func TestDockerHubPullSuite(t *testing.T) {