build: context: {{ dockerfile_context }} args: {% for key, value in build_arguments.items() %} - {{key}}={{value}} {% endfor %} target: python_bindings depends_on: prepare: condition: service_completed_successfully volumes: - {{ run_directory }}:/runs command: > /bin/bash -c "id && cd '/runs/{{ tutorial_folder }}/{{ case_folder }}' && {{ run }} | tee system-tests_{{ case_folder }}.log 2>&1"