mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 22:25:36 +07:00
Update .gitlab-ci.yml
This commit is contained in:
@@ -38,6 +38,7 @@ hash rules:
|
|||||||
- data/data.min.json
|
- data/data.min.json
|
||||||
|
|
||||||
install addon:
|
install addon:
|
||||||
|
image: node:stable
|
||||||
stage: install
|
stage: install
|
||||||
script:
|
script:
|
||||||
- npm install
|
- npm install
|
||||||
@@ -51,6 +52,7 @@ install addon:
|
|||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
||||||
test addon:
|
test addon:
|
||||||
|
image: node:stable
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- install addon
|
- install addon
|
||||||
|
|||||||
Reference in New Issue
Block a user