test: fixed

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-04-03 17:15:40 -03:00
parent 0fc7b8a4f4
commit 8b50908e48
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ func TestGitBuildcontextSubPath(t *testing.T) {
"build",
"-t", dockerImage,
"-f", dockerfile,
filepath.Join(repo, integrationPath, dockerfilesPath),
repo + ":" + filepath.Join(integrationPath, dockerfilesPath),
})...)
out, err := RunCommandWithoutTest(dockerCmd)
if err != nil {