Skip to content

Commit f3913b4

Browse files
committed
Update .gitlab-ci.yml
1 parent c59ebff commit f3913b4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test:
6666

6767
coverage:
6868
stage: visualize
69-
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.7
69+
image: registry.gitlab.com/haynes/jacoco2cobertura:1.0.9
7070
script:
7171
# convert report from jacoco to cobertura
7272
- "python /opt/cover2cover.py build/reports/jacoco/test/jacocoTestReport.xml src/main/java > build/cobertura.xml"
@@ -134,8 +134,9 @@ push-dockerhub-native-mr:
134134
after_script:
135135
- echo "Image was uploaded to Dockerhub; explorviz/${DOCKERHUB_IMAGE_NAME}:latest and explorviz/${DOCKERHUB_IMAGE_NAME}:$CI_COMMIT_SHORT_SHA"
136136

137-
push-dockerhub-main:
138-
extends: .push-dockerhub-base-job
137+
# Outsourced to GitHub Actions:
138+
# push-dockerhub-main:
139+
# extends: .push-dockerhub-base-job
139140

140141
push-dockerhub-mr:
141142
stage: publish

0 commit comments

Comments
 (0)