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

Update .gitlab-ci.yml

parent a0762e56
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: python:latest
sudo: required
services:
- redis:latest
- rabbitmq:latest
- redis-server
- rabbitmq
before_script:
- pip install -e .
- pip install flake8
- celery -A fractalis.celery_app worker -l info
test:
script:
......
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