diff --git a/.github/workflows/concrete_python_tests_linux.yml b/.github/workflows/concrete_python_tests_linux.yml index 48c59c45d9..3b22dd5927 100644 --- a/.github/workflows/concrete_python_tests_linux.yml +++ b/.github/workflows/concrete_python_tests_linux.yml @@ -117,7 +117,7 @@ jobs: password: ${{ secrets.GHCR_PASSWORD }} options: >- -v ${{ github.workspace }}:/concrete - -v compiler-artifacts:/compiler-artifacts + -v ${{ github.workspace }}/compiler-artifacts:/compiler-artifacts shell: bash run: | ls -R /compiler-artifacts