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: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1504>
This commit is contained in:
parent
408c922148
commit
1fbf62f0c6
@ -100,7 +100,9 @@ eslint:
|
|||||||
when: always
|
when: always
|
||||||
|
|
||||||
eslint_mr:
|
eslint_mr:
|
||||||
image: registry.gitlab.gnome.org/gnome/gnome-shell/extension-ci:v2
|
extends:
|
||||||
|
- .fdo.distribution-image@fedora
|
||||||
|
- .gnome-shell.fedora:33
|
||||||
stage: review
|
stage: review
|
||||||
script:
|
script:
|
||||||
- export NODE_PATH=$(npm root -g)
|
- export NODE_PATH=$(npm root -g)
|
||||||
|
Loading…
Reference in New Issue
Block a user