Commit 9cd26698 authored by James Kirk's avatar James Kirk
Browse files

refactor: fixing syntax

parent fe2fe648
2 merge requests!20Gitlaaaaab,!16Resolve "Release v0.1"
Pipeline #113493 passed with stages
in 52 seconds
......@@ -16,7 +16,7 @@ while [ -n "$1" ]; do
EXTRA_ARGS="--build"
;;
tests)
docker-compose --force-recreate -f docker/docker-compose-test.yaml up --build
docker-compose -f docker/docker-compose-test.yaml up --build --force-recreate
exit 0
;;
*)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment