mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
missing environment initialization
This commit is contained in:
parent
583a713696
commit
056925ae26
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
image: node:7.9.0
|
||||
|
||||
before_script:
|
||||
- npm install
|
||||
|
||||
stages:
|
||||
- test
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue