Skip to content
Snippets Groups Projects
Commit 8f7f1103 authored by ale's avatar ale
Browse files

Try to run the test suite with a SSL reverse proxy

parent 21881ccb
Branches
No related tags found
1 merge request!469Run ci-test with actual data
Pipeline #85446 failed
......@@ -16,13 +16,18 @@ test:
alias: memcache
- name: docker.io/library/mysql:latest
alias: mysql
- name: registry.git.autistici.org/pipelines/images/test/ssl-reverse-proxy:main
alias: sslproxy
tags: [podman]
variables:
APACHE_PORT: 8080
TARGET_URL: "http://noblogs.org"
TARGET_ADDR: "127.0.0.1:8080"
TARGET_ADDR: "sslproxy:1443"
MYSQL_DATABASE: noblogs
MYSQL_ROOT_PASSWORD: rootpass
PROXY_PORT: 1443
PROXY_DOMAIN: "noblogs.org"
PROXY_BACKEND_ADDR: "host.containers.internal:8080"
before_script:
- echo -n "$CI_JOB_TOKEN" | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment