1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

ci config with basic test stage

This commit is contained in:
Ricardo Hernandez-Montoya 2017-04-26 12:13:15 +02:00
parent 14e75c0fa0
commit 706e8f0c25

7
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,7 @@
stages:
- test
test_job:
stage: test
script:
- npm test