diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77122db7a21aaf3f41cec7b5f54ae0416eb4ab29..31f16a39f0efa22a06c44973c1e4cf25a40b27fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,18 +63,6 @@ mac11-clang12-XERCESC: reports: junit: junit*.xml -Python: - stage: build - tags: - - docker - image: ghcr.io/aidasoft/centos7:latest - script: - - source /cvmfs/sft.cern.ch/lcg/views/LCG_102/x86_64-centos7-gcc11-opt/setup.sh - - echo "RUNNING FLAKE8 CHECK" - - find . -name "*.py" -exec flake8 {} + - - - ############################# # Documentation Compilation # #############################