Browse Source

log output fixed

Gleb Urvanov 4 years ago
parent
commit
86f354d675
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devops/ansible/roles/run_tests_single_node/tasks/main.yml

+ 1 - 1
devops/ansible/roles/run_tests_single_node/tasks/main.yml

@@ -25,7 +25,7 @@
 
   always:
     - name: display tests log
-      shell: cat .tmp/tests.log
+      shell: cat ../../.tmp/tests.log
 
     - name: stop docker container
       docker_container: