1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Internet_Security/.gitlab-ci.yml

7 lines
65 B
YAML
Raw Normal View History

2020-06-04 10:10:18 +02:00
image: node
all_tests:
script:
- npm install
2020-06-04 10:44:34 +02:00
- npm test