diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f507b7a23da2d57cce19350fdcd79804f9446e9..daaa0fff21b03e184b9540f5cec55df7a2c90820 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ centos7-gcc10-Geant10.6: stage: build tags: - docker - image: clicdp/cc7-lcg + image: ghcr.io/aidasoft/centos7:latest script: - source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc10-opt/setup.sh - mkdir build @@ -29,7 +29,7 @@ centos7-gcc9-Geant10.6: stage: build tags: - docker - image: clicdp/cc7-lcg + image: ghcr.io/aidasoft/centos7:latest script: - source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc9-opt/setup.sh - mkdir build @@ -51,7 +51,7 @@ centos7-gcc10-Geant10.6-XERCESC: stage: build tags: - docker - image: clicdp/cc7-lcg + image: ghcr.io/aidasoft/centos7:latest script: - source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc10-opt/setup.sh - unset CPATH @@ -74,7 +74,7 @@ centos7-gcc10-Geant10.6-Python3: stage: build tags: - docker - image: clicdp/cc7-lcg + image: ghcr.io/aidasoft/centos7:latest script: - source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc10-opt/setup.sh - mkdir build @@ -97,7 +97,7 @@ centos7-clang10-Geant10.6-XERCESC: stage: build tags: - docker - image: clicdp/cc7-lcg + image: ghcr.io/aidasoft/centos7:latest script: - source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-clang10-opt/setup.sh - mkdir build @@ -167,7 +167,7 @@ Python: stage: build tags: - docker - image: clicdp/cc7-lcg + image: ghcr.io/aidasoft/centos7:latest script: - source /cvmfs/sft.cern.ch/lcg/views/LCG_98/x86_64-centos7-gcc10-opt/setup.sh - echo "RUNNING PYLINT PY3K CHECK" @@ -187,7 +187,7 @@ doxygen: stage: documentation tags: - docker - image: clicdp/cc7-lcg + image: ghcr.io/aidasoft/centos7:latest script: - source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc10-opt/setup.sh - mkdir -p public @@ -206,7 +206,7 @@ usermanuals: stage: documentation tags: - docker - image: clicdp/cc7-lcg + image: ghcr.io/aidasoft/centos7:latest script: - yum install -y ghostscript poppler-utils perl - source /cvmfs/sft.cern.ch/lcg/views/LCG_98python3/x86_64-centos7-gcc10-opt/setup.sh