Skip to content

Commit

Permalink
CI fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 24, 2022
1 parent 59742bd commit d9b101f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
---
image: "robertdebock/github-action-molecule:4.0.8"

# services:
# - docker:dind

variables:
PY_COLORS: 1

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

0 comments on commit d9b101f

Please sign in to comment.