diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 786f89a40e5930edfa25efdb6fd99a641524eac2..e246693caec40c815dcfd7a2c0eb97add17fa0e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,12 +35,8 @@ format: spell: stage: test - image: ubuntu:21.04 - variables: - DEBIAN_FRONTEND: noninteractive - before_script: - # Install npm to get access to npx tool. - - apt-get update && apt-get install -y npm + image: + name: registry.ostc-eu.org/ostc/containers/ostc-npx-cspell:latest script: # Note that the particular options are duplicated with what's defined in # Makefile. To avoid this we'd have to get zmk as an installable dependency