Commit 1b5dcded authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Replace with "cvmfs" tags where required

parent 0c7c6fe2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -30,6 +30,8 @@ stages:

.centos7:
    image: gitlab-registry.cern.ch/sft/docker/centos7:latest
    tags:
        - cvmfs
    variables:
        COMPILER_TYPE: "gcc"
    before_script:
@@ -38,6 +40,8 @@ stages:

.centos9:
    image: gitlab-registry.cern.ch/sft/docker/centos9:latest
    tags:
        - cvmfs
    variables:
        COMPILER_TYPE: "gcc"
    before_script:
@@ -51,6 +55,8 @@ stages:

.lxplus:
    image: gitlab-registry.cern.ch/sft/docker/centos7:latest
    tags:
        - cvmfs
    variables:
        COMPILER_TYPE: "gcc"
    before_script: