summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2019-07-22 12:03:47 -0700
committerEric Anholt <eric@anholt.net>2019-08-13 10:30:01 -0700
commitf417ced5cc89ce0790663246d52903079599bf67 (patch)
tree13c1dd863dad12f874d82ed5c0805a79b119b4dd /.gitlab-ci.yml
parent86ae3c218662a302a96003010f331ac3d3153147 (diff)
gitlab-ci: Build the CTS in the debian build image.
This will let us reuse the image for test runs. Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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"