diff --git a/tests/qwik-image.ts b/tests/qwik-image.ts index d81c15f..ad66dc7 100644 --- a/tests/qwik-image.ts +++ b/tests/qwik-image.ts @@ -6,7 +6,7 @@ export async function test(options: RunOptions) { ...options, repo: 'qwikdev/qwik-image', branch: 'main', - build: 'build', + build: 'build.qwik-ci', test: 'test', }) }