Skip to content

Commit d6162cb

Browse files
committed
Use newer version of Docker image.
1 parent bf76f25 commit d6162cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
image: robertdebock/github-action-molecule:2.6.6
2+
image: robertdebock/github-action-molecule:3.0.6
33

44
services:
55
- docker:dind
@@ -13,7 +13,7 @@ molecule:
1313
- image=${image} tag=${tag} molecule test
1414
rules:
1515
- if: $CI_COMMIT_REF_NAME == "master"
16-
retry: 2
16+
retry: 1
1717
parallel:
1818
matrix:
1919
- image: "amazonlinux"

0 commit comments

Comments
 (0)