14 lines
258 B
YAML
14 lines
258 B
YAML
---
|
|
language: python
|
|
services: docker
|
|
before_script:
|
|
- pip install pipenv
|
|
- pipenv install --dev --system
|
|
script:
|
|
- pipenv run test
|
|
- pipenv run agent
|
|
- pipenv run elasticsearch
|
|
- pipenv run logstash
|
|
- pipenv run filebeat
|
|
- pipenv run kibana
|