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

Use the container-test stage

parent f3b34e76
Branches
Tags
No related merge requests found
Pipeline #66852 passed
include: "https://git.autistici.org/pipelines/containers/raw/master/common.yml"
stages:
- build
- test
- release
test:
variables:
TEST_IMAGE_TAG: localhost/testapp-$CI_JOB_ID
TEST_IMAGE_SHORT_TAG: testapp-$CI_JOB_ID
image: registry.git.autistici.org/pipelines/images/test/float-podman-runner:master
stage: test
stage: container-test
tags: [podman]
before_script:
- echo -n "$CI_JOB_TOKEN" | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment