diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edf91856e32650a21fa3c6625e0e5d2113302032..5ef9f38050c2673524976c331c9abf9b918c5ff5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,11 @@ 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