diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 221cf28da4be148e25856099372db98e56b7372d..b3cf6b31ea6765b03c01a60cdce05b81724bd913 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,10 +21,10 @@ two spaces:
 
 spell check:
   stage: test
-  image: node:latest
+  image: davidhrbac/docker-npmcheck:latest
   allow_failure: true
   script:
-  - npm i markdown-spellcheck -g
+  #- npm i markdown-spellcheck -g
   - mdspell '**/*.md' '!docs.it4i/module*.md' '!docs.it4i/anselm-cluster-documentation/software/omics-master/overview.md' '!docs.it4i/downtimes_history.md' -rns --en-us
 
 ext_links: