Skip to content

Commit af8b2d8

Browse files
asaezpercodebot
authored andcommitted
ci: review images for untagged jobs
1 parent 57104e2 commit af8b2d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ srsran docker compose:
258258
unit 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

0 commit comments

Comments
 (0)