diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dfeb955728c9b274ecbf7b7343ba1fc5e07ac57..2e204f349306977587390464d83fa1b5a92c2df9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,8 @@ include: http://rainboard.laas.fr/project/hpp-centroidal-dynamics/.gitlab-ci.yml -python_format: - image: python:alpine - before_script: - - pip install flake8 isort yapf +format: + image: eur0c.laas.fr:5000/gepetto/buildfarm/format script: - isort -c - flake8 . - - yapf -dr . + - check-clang-format.sh