Skip to content

Commit

Permalink
fixup! .gitlab-ci.yml: added docker:test
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Oct 31, 2024
1 parent fd668cc commit 8eba730
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ docker:test:
- docker:build
script:
- docker load -i ${DOCKER_IMAGE_NAME}.tar
- docker run -n ${DOCKER_IMAGE_NAME} -d ${DOCKER_IMAGE_NAME}
- docker run --rm -d --network host ${DOCKER_IMAGE_NAME}
- kdig example.com @127.0.0.1

# }}}

Expand Down

0 comments on commit 8eba730

Please sign in to comment.