File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ srsran docker compose:
258258unit coverage :
259259 stage : documentation
260260 image :
261- name : ${CR_REGISTRY_URI }/${CI_TOOLS_REPO}/report-generator:5.1.10
261+ name : ${GITLAB_REGISTRY_URI }/${CI_TOOLS_REPO}/report-generator:5.1.10
262262 entrypoint : ["/bin/sh", "-c"]
263263 rules :
264264 - if : $ON_MR
@@ -335,7 +335,7 @@ pages:
335335 rules :
336336 - if : $CI_DESCRIPTION == "Nightly"
337337 when : always # Even if previous stages/required jobs fail
338- image : ${CR_REGISTRY_URI }/${CI_TOOLS_REPO}/doxygen:2.0.0
338+ image : ${GITLAB_REGISTRY_URI }/${CI_TOOLS_REPO}/doxygen:2.0.0
339339 script :
340340 - mkdir public
341341 - mv coverage_html public/
@@ -367,7 +367,6 @@ pages:
367367 - sed -i 's/rf_tsan_job_id/'$( cat ./rf-tsan/job.env )'/' public/index.html
368368 - sed -i 's/rf_asan_job_id/'$( cat ./rf-asan/job.env )'/' public/index.html
369369 - sed -i 's/rf_b200_config_job_id/'$( cat ./rf-b200-config/job.env )'/' public/index.html
370-
371370 needs :
372371 - job : unit coverage
373372 artifacts : true
You can’t perform that action at this time.
0 commit comments