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 Nov 1, 2024
1 parent e04b4fd commit 1421715
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 @@ -235,7 +235,8 @@ docker:test:
script:
- docker load -i ${DOCKER_IMAGE_NAME}.tar
- docker run --rm -d --network host ${DOCKER_IMAGE_NAME}
- dig example.com @127.0.0.1
- docker ps
- dig example.com A @127.0.0.1
after_script:
- docker stop $(docker ps -a -q)

Expand Down

0 comments on commit 1421715

Please sign in to comment.