diff --git a/CI/check_format_local b/CI/check_format_local index f8fe8cbad9e44d92c105b74f6fcf9a42d1cdc3c2..667eed2d17484768a79ee33ab2bc7ddab62360b8 100755 --- a/CI/check_format_local +++ b/CI/check_format_local @@ -8,4 +8,4 @@ if [ $# -ne 1 ]; then fi WD="$(cd "$(dirname "$1")"; pwd)/$(basename "$1")" -docker run --rm -ti -v $WD:$WD:rw -w $WD gitlab-registry.cern.ch/pagessin/machines/check CI/check_format . +docker run --rm -ti -v $WD:$WD:rw -w $WD gitlab-registry.cern.ch/acts/machines/check:latest CI/check_format .