Add more debugging info to the test cases
This commit is contained in:
parent
ad67e1831b
commit
c1b575f5a9
@ -42,6 +42,8 @@ Test_HTTP_200:
|
||||
script:
|
||||
- apk add curl
|
||||
- docker run -d -p 8889:80 $CI_HUB_USERNAME/$CI_PROJECT_NAME:$CI_COMMIT_SHORT_SHA
|
||||
- docker ps
|
||||
- netstat -tulpn
|
||||
- curl localhost:8889 | grep -ie '200 OK'
|
||||
- docker kill $(docker ps -q)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user