Skip to content
Snippets Groups Projects
Commit 525425b7 authored by ale's avatar ale
Browse files

Fix the 'docker run' invocation

parent 9333a9f1
No related branches found
No related tags found
No related merge requests found
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
force: true force: true
- name: Run tests - name: Run tests
command: docker run -t registry.git.autistici.org/ai3/float:integration-test -v /tmp/test-config.yml:/test-config.yml command: docker run -t registry.git.autistici.org/ai3/float:integration-test --mount type=bind,source=/tmp/test-config.yml,destination=/test-config.yml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment