Commit 03916bb5 authored by Dave Cooper's avatar Dave Cooper
Browse files

get things from the right place

parent 29672ea9
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ for impl in ccl sbcl; do
           -e START_HTTP -e START_HTTPS -e START_SWANK \
           --mount type=bind,src="$(pwd)",dst=/src/gendl/ \
           dcooper8/gendl:${CI_COMMIT_REF_NAME//\//--}-${impl} \
           /opt/gendl/run-gendl-services < ./docker/pipeline-tests.lisp
           /opt/gendl/run-gendl-services < ./docker/build-build/pipeline-tests.lisp
done