new .gitlab-ci.yml
This commit is contained in:
		| @@ -1,3 +1,4 @@ | |||||||
|  | # gitzone standard | ||||||
| image: hosttoday/ht-docker-node:npmts | image: hosttoday/ht-docker-node:npmts | ||||||
|  |  | ||||||
| stages: | stages: | ||||||
| @@ -10,6 +11,7 @@ testLEGACY: | |||||||
|   stage: test |   stage: test | ||||||
|   script: |   script: | ||||||
|     - npmci test legacy |     - npmci test legacy | ||||||
|  |   coverage: /\d+(.\d+)?\%\s*coverage/ | ||||||
|   tags: |   tags: | ||||||
|     - docker |     - docker | ||||||
|   allow_failure: true |   allow_failure: true | ||||||
| @@ -18,6 +20,7 @@ testLTS: | |||||||
|   stage: test |   stage: test | ||||||
|   script: |   script: | ||||||
|     - npmci test lts |     - npmci test lts | ||||||
|  |   coverage: /\d+(.\d+)?\%\s*coverage/ | ||||||
|   tags: |   tags: | ||||||
|     - docker |     - docker | ||||||
|      |      | ||||||
| @@ -25,6 +28,7 @@ testSTABLE: | |||||||
|   stage: test |   stage: test | ||||||
|   script: |   script: | ||||||
|     - npmci test stable |     - npmci test stable | ||||||
|  |   coverage: /\d+(.\d+)?\%\s*coverage/ | ||||||
|   tags: |   tags: | ||||||
|     - docker |     - docker | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user