Skip to content

Commit

Permalink
fixup! fixup! .gitlab-ci.yml: added docker:test
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Nov 5, 2024
1 parent 1421715 commit b7d04ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@ docker:test:
- apk add --update bind-tools
script:
- docker load -i ${DOCKER_IMAGE_NAME}.tar
- docker run --rm -d --network host ${DOCKER_IMAGE_NAME}
- docker run --rm -d --name kres --network host ${DOCKER_IMAGE_NAME}
- docker ps
- dig example.com A @127.0.0.1
- dig example.com A @kres
after_script:
- docker stop $(docker ps -a -q)
- docker stop kres

# }}}

Expand Down

0 comments on commit b7d04ae

Please sign in to comment.