diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a4467e..88889cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,7 @@ auditProductionDependencies: - npmci command npm audit --audit-level=high --only=prod --production tags: - docker + allow_failure: true auditDevDependencies: image: registry.gitlab.com/hosttoday/ht-docker-node:npmci diff --git a/package.json b/package.json index 25e4603..29d56e0 100644 --- a/package.json +++ b/package.json @@ -35,4 +35,4 @@ "npmextra.json", "readme.md" ] -} +} \ No newline at end of file