Skip to content

Commit

Permalink
Use TOX on GitLab.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Jul 4, 2022
1 parent 56a8aa4 commit 84e9318
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
@@ -1,5 +1,5 @@
---
image: "robertdebock/github-action-molecule:4.0.6"
image: "robertdebock/github-action-molecule:4.0.8"

services:
- docker:dind
Expand All @@ -10,7 +10,8 @@ variables:

molecule:
script:
- image=${image} tag=${tag} molecule test
- if [ -f tox.ini ] ; then tox ; fi
- if [ ! -f tox.ini ; then molecule test ; fi
rules:
- if: $CI_COMMIT_REF_NAME == "master"
retry: 1
Expand Down

0 comments on commit 84e9318

Please sign in to comment.