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:
|
||||
- "test"
|
||||
- "testing"
|
||||
|
||||
variables:
|
||||
DOCKER_DRIVER: "overlay2"
|
||||
|
||||
molecule:
|
||||
stage: "test"
|
||||
stage: "testing"
|
||||
image: "cr.simoncor.net/siempie/molecule-ci:v25.07.18"
|
||||
services:
|
||||
- "docker:dind"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue