diff --git a/.buildkite/run-tests b/.buildkite/run-tests index dbeffb2..6d1eb9c 100755 --- a/.buildkite/run-tests +++ b/.buildkite/run-tests @@ -21,7 +21,7 @@ run_qaf() { -e VAULT_TOKEN \ -e BUILDKITE \ -v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \ - docker.elastic.co/employees/dolaru/qaf:latest \ + docker.elastic.co/appex-qa/qaf:latest \ bash -c "$cmd" } diff --git a/.buildkite/teardown-tests b/.buildkite/teardown-tests index 0cc5f96..fac9391 100644 --- a/.buildkite/teardown-tests +++ b/.buildkite/teardown-tests @@ -20,7 +20,7 @@ run_qaf() { -e VAULT_TOKEN \ -e BUILDKITE \ -v "$(pwd)/cloud.json:/root/.elastic/cloud.json" \ - docker.elastic.co/employees/dolaru/qaf:latest \ + docker.elastic.co/appex-qa/qaf:latest \ bash -c "$cmd" }