From f417ced5cc89ce0790663246d52903079599bf67 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 22 Jul 2019 12:03:47 -0700 Subject: gitlab-ci: Build the CTS in the debian build image. This will let us reuse the image for test runs. Reviewed-by: Eric Engestrom --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f375a7c2423..9861f7590f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ # repository's registry will be used there as well. variables: UPSTREAM_REPO: mesa/mesa - DEBIAN_TAG: "2019-08-08" + DEBIAN_TAG: "2019-08-09" DEBIAN_VERSION: stretch-slim DEBIAN_IMAGE: "$CI_REGISTRY_IMAGE/debian/$DEBIAN_VERSION:$DEBIAN_TAG" -- cgit v1.2.1