diff --git a/.github/workflows/backward_compatibility.yml b/.github/workflows/backward_compatibility.yml index f38fe58..9e129c6 100644 --- a/.github/workflows/backward_compatibility.yml +++ b/.github/workflows/backward_compatibility.yml @@ -26,6 +26,6 @@ jobs: echo $command docker pull dealii/dealii:v9.4.0-jammy - docker pull precice/precice:develop + docker pull precice/precice:latest docker build -t dealii-precice:develop -f ./utilities/Dockerfile.dealiiv94 . docker run -t dealii-precice:develop /bin/sh -c "$command"; diff --git a/.github/workflows/heat_transfer_ci.yml b/.github/workflows/heat_transfer_ci.yml index f828062..2e7450f 100644 --- a/.github/workflows/heat_transfer_ci.yml +++ b/.github/workflows/heat_transfer_ci.yml @@ -32,6 +32,6 @@ jobs: echo $command docker pull dealii/dealii:master-jammy - docker pull precice/precice:develop + docker pull precice/precice:nightly docker build -t dealii-precice:develop -f ./utilities/Dockerfile . docker run -t dealii-precice:develop /bin/sh -c "$command"; diff --git a/.github/workflows/solid_mechanics_ci.yml b/.github/workflows/solid_mechanics_ci.yml index d4ddd67..5426f37 100644 --- a/.github/workflows/solid_mechanics_ci.yml +++ b/.github/workflows/solid_mechanics_ci.yml @@ -32,6 +32,6 @@ jobs: echo $command docker pull dealii/dealii:master-jammy - docker pull precice/precice:develop + docker pull precice/precice:nightly docker build -t dealii-precice:develop -f ./utilities/Dockerfile . docker run -t dealii-precice:develop /bin/sh -c "$command";