Skip to content
Snippets Groups Projects
Commit 60f343c4 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix module/container artifact paths

parent 876a4c77
2 merge requests!78Develop,!76Resolve "Generate Raw RDS file"
Pipeline #7799 passed with stages
in 16 minutes and 44 seconds
...@@ -51,7 +51,7 @@ module_2.1.1_test: ...@@ -51,7 +51,7 @@ module_2.1.1_test:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
when: always when: always
paths: paths:
- test/outs/web_summary.html - module-211/outs/web_summary.html
expire_in: 2 days expire_in: 2 days
retry: retry:
max: 0 max: 0
...@@ -74,7 +74,7 @@ module_3.0.2_test: ...@@ -74,7 +74,7 @@ module_3.0.2_test:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
when: always when: always
paths: paths:
- test/outs/web_summary.html - module-302/outs/web_summary.html
expire_in: 2 days expire_in: 2 days
retry: retry:
max: 0 max: 0
...@@ -97,9 +97,7 @@ module_3.1.0_test: ...@@ -97,9 +97,7 @@ module_3.1.0_test:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
when: always when: always
paths: paths:
- develop - module-310/outs/web_summary.html
- master
- test/outs/web_summary.html
expire_in: 2 days expire_in: 2 days
retry: retry:
max: 0 max: 0
...@@ -122,9 +120,7 @@ module_4.0.0_test: ...@@ -122,9 +120,7 @@ module_4.0.0_test:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
when: always when: always
paths: paths:
- develop - module-400/outs/web_summary.html
- master
- test/outs/web_summary.html
expire_in: 2 days expire_in: 2 days
retry: retry:
max: 0 max: 0
...@@ -146,7 +142,7 @@ container_2.1.1_test: ...@@ -146,7 +142,7 @@ container_2.1.1_test:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
when: always when: always
paths: paths:
- test/outs/web_summary.html - container-211/outs/web_summary.html
expire_in: 2 days expire_in: 2 days
retry: retry:
max: 0 max: 0
...@@ -168,7 +164,7 @@ container_3.0.2_test: ...@@ -168,7 +164,7 @@ container_3.0.2_test:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
when: always when: always
paths: paths:
- test/outs/web_summary.html - container-302/outs/web_summary.html
expire_in: 2 days expire_in: 2 days
retry: retry:
max: 0 max: 0
...@@ -190,9 +186,7 @@ container_3.1.0_test: ...@@ -190,9 +186,7 @@ container_3.1.0_test:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
when: always when: always
paths: paths:
- develop - container-310/outs/web_summary.html
- master
- test/outs/web_summary.html
expire_in: 2 days expire_in: 2 days
retry: retry:
max: 0 max: 0
...@@ -214,9 +208,7 @@ container_4.0.0_test: ...@@ -214,9 +208,7 @@ container_4.0.0_test:
name: "$CI_JOB_NAME" name: "$CI_JOB_NAME"
when: always when: always
paths: paths:
- develop - container-400/outs/web_summary.html
- master
- test/outs/web_summary.html
expire_in: 2 days expire_in: 2 days
retry: retry:
max: 0 max: 0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment