fix tests
This commit is contained in:
		| @@ -6,26 +6,13 @@ stages: | |||||||
|  |  | ||||||
| before_script: | before_script: | ||||||
|   - "apt-get update && apt-get install nginx -y" |   - "apt-get update && apt-get install nginx -y" | ||||||
|  |  | ||||||
| testLEGACY: |  | ||||||
|   stage: test |  | ||||||
|   script: |  | ||||||
|     - npmci test legacy |  | ||||||
|   tags: |  | ||||||
|     - docker |  | ||||||
|   allow_failure: true |  | ||||||
|  |  | ||||||
| testLTS: |  | ||||||
|   stage: test |  | ||||||
|   script: |  | ||||||
|     - npmci test lts |  | ||||||
|   tags: |  | ||||||
|     - docker |  | ||||||
|      |      | ||||||
| testSTABLE: | testSTABLE: | ||||||
|   stage: test |   stage: test | ||||||
|   script: |   script: | ||||||
|     - npmci test stable |     - npmci test stable | ||||||
|  |   only: | ||||||
|  |     - tags | ||||||
|   tags: |   tags: | ||||||
|     - docker |     - docker | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user