From 3f73293e4697818148339e6dff11f012bd92f765 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 28 Jul 2017 18:21:13 +0200 Subject: [PATCH] update ci --- .gitlab-ci.yml | 2 +- npmextra.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 npmextra.json 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