diff --git a/.gitlab-ci/container/build-skqp.sh b/.gitlab-ci/container/build-skqp.sh index 0ee982388f1..c91dfda33bb 100755 --- a/.gitlab-ci/container/build-skqp.sh +++ b/.gitlab-ci/container/build-skqp.sh @@ -57,7 +57,7 @@ SKIA_DIR=${SKIA_DIR:-$(mktemp -d)} SKQP_OUT_DIR=${SKIA_DIR}/out/${SKQP_ARCH} SKQP_INSTALL_DIR=${SKQP_INSTALL_DIR:-/skqp} SKQP_ASSETS_DIR="${SKQP_INSTALL_DIR}/assets" -SKQP_BINARIES=(skqp) +SKQP_BINARIES=(skqp list_gpu_unit_tests list_gms) download_skia_source