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
2020-06-04 10:58:19 +02:00

7 lines
65 B
YAML

image: node
all_tests:
script:
- npm install
- npm test