Skip to content

Commit

Permalink
Move services in CI to verify job
Browse files Browse the repository at this point in the history
  • Loading branch information
morpheus-87 committed Aug 29, 2024
1 parent c671b99 commit 56d3c26
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ variables:
MAVEN_CLI_OPTS: "-Dmaven.repo.local=.m2/repository --batch-mode -Pcustom-nexus"
PLAYBOOK: "rest/metadata-service.yml"

services:
- name: "$BUILD_IMAGE_DOCKER_DIND"
alias: docker
verify:
services:
- name: "$BUILD_IMAGE_DOCKER_DIND"
alias: docker

0 comments on commit 56d3c26

Please sign in to comment.