diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09630227a797c01dcb40688724038af03365f2cf..f11aa62274a3986a8e951a443fff8e1466999781 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ nginx-validation: before_script: - dnf install -y curl script: - - podman run -d -p 80:80 --name testing $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA + - podman run -d -p 80:8080 --name testing $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA - sleep 5 # Validate config - podman exec testing nginx -c /etc/nginx/nginx.conf -t