From 0557d274dae2b423685c8b1bfac89f13bc89f501 Mon Sep 17 00:00:00 2001 From: ngrieser <ngrieser@cern.ch> Date: Thu, 1 Jun 2023 15:34:40 +0200 Subject: [PATCH] Fix typo in CI yml file. --- .gitlab-ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f75cf02e8..80ec5edeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,7 +80,7 @@ TestWGLines_2016_BandQ: stage: WGtest extends: .setup_script_2016 script: - - echo -n 2018 BandQ | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py + - echo -n 2016 BandQ | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py rules: - if: $CI_COMMIT_REF_NAME =~ /BandQ/ @@ -104,7 +104,7 @@ TestWGLines_2016_BnoC: stage: WGtest extends: .setup_script_2016 script: - - echo -n 2018 BnoC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py + - echo -n 2016 BnoC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py rules: - if: $CI_COMMIT_REF_NAME =~ /BnoC/ @@ -128,7 +128,7 @@ TestWGLines_2016_B2CC: stage: WGtest extends: .setup_script_2016 script: - - echo -n 2018 B2CC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py + - echo -n 2016 B2CC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py rules: - if: $CI_COMMIT_REF_NAME =~ /B2CC/ @@ -152,7 +152,7 @@ TestWGLines_2016_B2OC: stage: WGtest extends: .setup_script_2016 script: - - echo -n 2018 B2OC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py + - echo -n 2016 B2OC | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py rules: - if: $CI_COMMIT_REF_NAME =~ /B2OC/ @@ -176,7 +176,7 @@ TestWGLines_2016_Charm: stage: WGtest extends: .setup_script_2016 script: - - echo -n 2018 Charm | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py + - echo -n 2016 Charm | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py rules: - if: $CI_COMMIT_REF_NAME =~ /Charm/ @@ -200,7 +200,7 @@ TestWGLines_2016_QEE: stage: WGtest extends: .setup_script_2016 script: - - echo -n 2018 QEE | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py + - echo -n 2016 QEE | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py rules: - if: $CI_COMMIT_REF_NAME =~ /QEE/ @@ -224,7 +224,7 @@ TestWGLines_2016_Semileptonic: stage: WGtest extends: .setup_script_2016 script: - - echo -n 2018 Semileptonic | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py + - echo -n 2016 Semileptonic | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py rules: - if: $CI_COMMIT_REF_NAME =~ /Semileptonic/ @@ -248,7 +248,7 @@ TestWGLines_2016_IFT: stage: WGtest extends: .setup_script_2016 script: - - echo -n 2018 IFT | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py + - echo -n 2016 IFT | ./run gaudirun.py -T Phys/StrippingSelections/tests/liaisons/TestMyWGfromSelections.py rules: - if: $CI_COMMIT_REF_NAME =~ /IFT/ -- GitLab