From 3a52252d957ba7953f1b98007b210e2cc68fc58d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Mon, 23 Jan 2017 10:22:16 +0100 Subject: [PATCH] Speed up npm --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 221cf28da..b3cf6b31e 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: -- GitLab