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

fixing ci

parent 246e0925
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -8,7 +8,7 @@ before_script:
- pip install -e . --default-timeout=180
- pip install flake8
- export FRACTALIS_CONFIG="$(pwd)/gitlab-config.py"
- celery worker -A fractalis.celery -D -l info
- celery worker -A fractalis.celeryapp -D -l info
test:
script:
......
......@@ -3,7 +3,7 @@ import json
import pandas as pd
# TODO: is there a difference between this and importing
# fractalis.celery.app.Task ?
# fractalis.celeryapp.app.Task ?
from celery import Task
from fractalis import redis
......
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