diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a4467e..2b40a17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -# gitzone ci_default +# gitzone ci_default_private image: registry.gitlab.com/hosttoday/ht-docker-node:npmci cache: @@ -35,6 +35,7 @@ auditProductionDependencies: - npmci command npm config set registry https://registry.npmjs.org - npmci command npm audit --audit-level=high --only=prod --production tags: + - lossless - docker auditDevDependencies: @@ -46,6 +47,7 @@ auditDevDependencies: - npmci command npm config set registry https://registry.npmjs.org - npmci command npm audit --audit-level=high --only=dev tags: + - lossless - docker allow_failure: true @@ -62,7 +64,9 @@ testStable: - npmci npm test coverage: /\d+.?\d+?\%\s*coverage/ tags: + - lossless - docker + - notpriv testBuild: stage: test @@ -73,7 +77,9 @@ testBuild: - npmci command npm run build coverage: /\d+.?\d+?\%\s*coverage/ tags: + - lossless - docker + - notpriv release: stage: release diff --git a/package.json b/package.json index e0827c5..b867537 100644 --- a/package.json +++ b/package.json @@ -45,4 +45,4 @@ "browserslist": [ "last 1 Chrome versions" ] -} +} \ No newline at end of file