Temporary fix integration tests with dedicated Dockerfile

This commit is contained in:
Juan Font Alonso
2022-07-31 10:44:09 +02:00
parent f9c4d577e2
commit 100f7190f3
4 changed files with 24 additions and 3 deletions

View File

@@ -50,7 +50,7 @@ func (s *IntegrationCLITestSuite) SetupTest() {
}
headscaleBuildOptions := &dockertest.BuildOptions{
Dockerfile: "Dockerfile",
Dockerfile: "Dockerfile.tmp-integration",
ContextDir: ".",
}