Newer
Older
include: "https://git.autistici.org/pipelines/containers/raw/master/common.yml"
# test the newly built container before releasing it.
test:
image: registry.git.autistici.org/pipelines/images/test/float-podman-runner:master
tags: [podman]
SITE_URL: "http://localhost:8080"
before_script:
- echo -n "$CI_JOB_TOKEN" | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY
- with-container --expose=8080 $IMAGE_TAG ./docker/test.sh