Skip to content

Commit

Permalink
Merge pull request #11 from buluma/testing
Browse files Browse the repository at this point in the history
fix gitlab ci lint
  • Loading branch information
buluma committed Feb 18, 2022
2 parents e40fa50 + 895df6a commit 5a890cc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ testing:
- if: $CI_COMMIT_REF_NAME == "testing"
retry: 1
parallel:
matrix:- image: "alpine-openrc"
matrix:
- image: "alpine-openrc"
tag: "latest"
- image: "amazonlinux"
tag: "latest"
Expand Down Expand Up @@ -76,7 +77,8 @@ role_testing:
- if: $CI_COMMIT_REF_NAME == "testing"
retry: 1
parallel:
matrix:- image: "alpine-openrc"
matrix:
- image: "alpine-openrc"
tag: "latest"
- image: "amazonlinux"
tag: "latest"
Expand Down Expand Up @@ -108,7 +110,8 @@ role_testing_live:
- image=${image} tag=${tag} ansible-galaxy install buluma.selinux
retry: 1
parallel:
matrix:- image: "alpine-openrc"
matrix:
- image: "alpine-openrc"
tag: "latest"
- image: "amazonlinux"
tag: "latest"
Expand Down

0 comments on commit 5a890cc

Please sign in to comment.