Skip to content

Commit

Permalink
Use newer version of Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 19, 2021
1 parent 7ce5915 commit 903a1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
@@ -1,5 +1,5 @@
---
image: robertdebock/github-action-molecule:2.6.6
image: robertdebock/github-action-molecule:3.0.6

services:
- docker:dind
Expand All @@ -13,7 +13,7 @@ molecule:
- image=${image} tag=${tag} molecule test
rules:
- if: $CI_COMMIT_REF_NAME == "master"
retry: 2
retry: 1
parallel:
matrix:
- image: "alpine"
Expand Down

0 comments on commit 903a1cd

Please sign in to comment.