Skip to content
Snippets Groups Projects
Commit ed13b7e2 authored by Sascha Herzinger's avatar Sascha Herzinger
Browse files

Update .gitlab-ci.yml

parent 63438394
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: python:latest
services:
- redis:latest
- redis
- rabbitmq
before_script:
- pip install -e .
- pip install flake8
connect:
- image: redis
- script:
- redis-cli -h redis PING
test:
script:
- export FRACTALIS_MODE="testing"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment