Skip to content

Commit 353b50a

Browse files
committed
ci: update coccinelle to 1.2
1 parent 2c60f44 commit 353b50a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -113,21 +113,21 @@ stages:
113113
check:coccicheck:
114114
stage: check
115115
extends: [ .rules-build ]
116-
image: szeder/coccinelle:1.1.0-1
116+
image: linbit/coccinelle:1.2
117117
script:
118118
- make coccicheck
119119

120120
check:cocci-syntax:
121121
stage: check
122122
extends: [ .rules-build ]
123-
image: szeder/coccinelle:1.1.0-1
123+
image: linbit/coccinelle:1.2
124124
script:
125125
- make cocci-syntax
126126

127127
check:check-compat:
128128
stage: check
129129
extends: [ .rules-build ]
130-
image: szeder/coccinelle:1.1.0-1
130+
image: linbit/coccinelle:1.2
131131
script:
132132
- make check-compat
133133

0 commit comments

Comments
 (0)