mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
define runner's environment docker image
This commit is contained in:
parent
706e8f0c25
commit
583a713696
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
image: node:7.9.0
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
test_job:
|
||||
stage: test
|
||||
script:
|
||||
- npm test
|
||||
- npm test
|
||||
|
|
Loading…
Add table
Reference in a new issue