diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb38cf7..820bea8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,8 +80,9 @@ codequality: stage: metadata allow_failure: true script: - - npm install -g tslint typescript - - tslint -c tslint.json ./ts/**/*.ts + - npmci command npm install -g tslint typescript + - npmci npm install + - npmci command tslint -c tslint.json ./ts/**/*.ts tags: - docker - priv diff --git a/package.json b/package.json index fc6aafd..93ee5d0 100644 --- a/package.json +++ b/package.json @@ -43,4 +43,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file