modified: .gitlab-ci.yml

This commit is contained in:
Lukáš Krupčík 2018-10-02 15:06:20 +02:00
parent f44e4ab4a8
commit 4d4deace76

View File

@ -1,7 +1,6 @@
stages:
- test
docs:
stage: test
image: davidhrbac/docker-mdcheck:latest
@ -23,7 +22,7 @@ other_files:
- find . -type f -not -path "*.git*" ! -name "*.eb" ! -name "*.patch*" ! -name ".git*" ! -name "LICENSE" ! -name "*.md" ! -name "*.sh" -exec false {} +
spell_check:
tage: test
stage: test
image: davidhrbac/docker-npmcheck:latest
script:
- npm i markdown-spellcheck -g