diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ab01e18d6f07693934961b3356dca81f5a3d4a0..0d39b4ebcccb62a8d49798342a070ebc2e88d102 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,7 @@ module_2.1.1_test: name: "$CI_JOB_NAME" when: always paths: - - test/outs/web_summary.html + - module-211/outs/web_summary.html expire_in: 2 days retry: max: 0 @@ -74,7 +74,7 @@ module_3.0.2_test: name: "$CI_JOB_NAME" when: always paths: - - test/outs/web_summary.html + - module-302/outs/web_summary.html expire_in: 2 days retry: max: 0 @@ -97,9 +97,7 @@ module_3.1.0_test: name: "$CI_JOB_NAME" when: always paths: - - develop - - master - - test/outs/web_summary.html + - module-310/outs/web_summary.html expire_in: 2 days retry: max: 0 @@ -122,9 +120,7 @@ module_4.0.0_test: name: "$CI_JOB_NAME" when: always paths: - - develop - - master - - test/outs/web_summary.html + - module-400/outs/web_summary.html expire_in: 2 days retry: max: 0 @@ -146,7 +142,7 @@ container_2.1.1_test: name: "$CI_JOB_NAME" when: always paths: - - test/outs/web_summary.html + - container-211/outs/web_summary.html expire_in: 2 days retry: max: 0 @@ -168,7 +164,7 @@ container_3.0.2_test: name: "$CI_JOB_NAME" when: always paths: - - test/outs/web_summary.html + - container-302/outs/web_summary.html expire_in: 2 days retry: max: 0 @@ -190,9 +186,7 @@ container_3.1.0_test: name: "$CI_JOB_NAME" when: always paths: - - develop - - master - - test/outs/web_summary.html + - container-310/outs/web_summary.html expire_in: 2 days retry: max: 0 @@ -214,9 +208,7 @@ container_4.0.0_test: name: "$CI_JOB_NAME" when: always paths: - - develop - - master - - test/outs/web_summary.html + - container-400/outs/web_summary.html expire_in: 2 days retry: max: 0