fix(ci): testing stage name
This commit is contained in:
parent
a6424fbf97
commit
b268efd00c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- "test"
|
- "testing"
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
DOCKER_DRIVER: "overlay2"
|
DOCKER_DRIVER: "overlay2"
|
||||||
|
|
||||||
molecule:
|
molecule:
|
||||||
stage: "test"
|
stage: "testing"
|
||||||
image: "cr.simoncor.net/siempie/molecule-ci:v25.07.18"
|
image: "cr.simoncor.net/siempie/molecule-ci:v25.07.18"
|
||||||
services:
|
services:
|
||||||
- "docker:dind"
|
- "docker:dind"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue