From 264946693790cf33a9174e342fc6afe476f50131 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Wed, 24 Oct 2018 12:27:04 +0300 Subject: gitlab-ci: Parametrize images used with CI_ variables The container stage was already using CI_ variables, pushing to the right registry. Let's do that for the pulling containers too. Signed-off-by: Arkadiusz Hiler Reviewed-by: Daniel Vetter --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a90961b6..030b3405 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.freedesktop.org/drm/igt-gpu-tools/igt-fedora:latest +image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest variables: MESON_OPTIONS: > -Dwith_libdrm=intel,nouveau,amdgpu @@ -27,7 +27,7 @@ build:tests-fedora: - build build:tests-debian: - image: registry.freedesktop.org/drm/igt-gpu-tools/igt-debian:latest + image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-debian:latest stage: build script: - meson $MESON_OPTIONS build -- cgit v1.2.3