From 1fbf62f0c656fce276155fc47ba7baf0dce13030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 20 Nov 2020 15:53:51 +0100 Subject: [PATCH] ci: Use the CI image produced by the pipeline The newly-added eslint_mr job still uses the manually built extension image instead of the image that is built as part of the pipeline. Part-of: --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60b58363d..3af90bca8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,9 @@ eslint: when: always eslint_mr: - image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v2 + extends: + - .fdo.distribution-image@fedora + - .gnome-shell.fedora:33 stage: review script: - export NODE_PATH=$(npm root -g)