Our CI pipeline currently uses a docker image from my private namespace:
|
container: benjaminrodenberg/precice:2.5.0 |
We should use precice/precice instead.
Additionally, it uses a tutorial from @PhilipHildebrand 's fork:
|
run: git clone -b master https://github.com/PhilipHildebrand/tutorials.git |
As soon as precice/tutorials#317 is merged, we should use git clone -b develop https://github.com/precice/tutorials.git