diff --git a/tests/integration/dockerfiles/Dockerfile.slurm b/tests/integration/dockerfiles/Dockerfile.slurm index fb320d20..26a85724 100644 --- a/tests/integration/dockerfiles/Dockerfile.slurm +++ b/tests/integration/dockerfiles/Dockerfile.slurm @@ -30,6 +30,7 @@ SHELL ["/bin/bash", "--login", "-c"] # is built at the root of the jobflow repo RUN mkdir jobflow-remote COPY src/jobflow_remote jobflow-remote/src/jobflow_remote +# Unfortunately need to copy the .git folder to get the version COPY .git/ jobflow-remote/.git COPY pyproject.toml jobflow-remote/