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

Update .gitlab-ci.yml

parent b1e25817
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -10,7 +10,7 @@ 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
- celery worker -A fractalis.celery -b rabbit -u rabbit
- celery worker -A fractalis.celery -b rabbitmq
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