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

fixing syntax for docker run command

parent a0a786e9
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -55,8 +55,9 @@ test:
script:
- docker load -i image.tar
- >
docker run $DOCKER_IMAGE_TAG
docker run
-e REDIS_HOST=redis -e RABBITMQ_HOST=rabbitmq
$DOCKER_IMAGE_TAG
sh -c "celery worker -D -A fractalis:celery
&& pip3 install -r requirements.txt
&& flake8
......
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