Commit b268efd0 authored by Simon Cornet's avatar Simon Cornet
Browse files

fix(ci): testing stage name

parent a6424fbf
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
---

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"