diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1cfde96..5ed9464 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ # gitzone standard -image: hosttoday/ht-docker-node:npmts +image: hosttoday/ht-docker-node:npmci stages: - test diff --git a/npmextra.json b/npmextra.json new file mode 100644 index 0000000..c4494f5 --- /dev/null +++ b/npmextra.json @@ -0,0 +1,7 @@ +{ + "npmci": { + "globalNpmTools": [ + "npmts" + ] + } +} \ No newline at end of file