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

Update .gitlab-ci.yml

parent 67673bd7
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -2,6 +2,7 @@ image: python:latest
services:
- redis
- rabbitmq
before_script:
- pip install -e .
......@@ -9,7 +10,6 @@ before_script:
- echo "REDIS_HOST='redis'" > /root/conf.py
- echo "CELERY_RESULT_BACKEND='redis://redis:6379'" >> /root/conf.py
- export FRACTALIS_CONFIG=/root/conf.py
- apt-get install rabbitmq-server
- rabbitmq-server
- celery worker -A fractalis.celery -b rabbit
......
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