From c58c3dc93665bde156f92c78e6278a64d4c8fb1f Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Thu, 19 Aug 2021 03:19:14 +0200
Subject: [PATCH] Fix port number on test pod

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0963022..f11aa62 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
-- 
GitLab