From 9dd6734aff204094a53d980e1f1a5695c9cbd230 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 19 Aug 2023 22:18:15 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce0340be..5b4fa2f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,10 @@ -include: "https://git.autistici.org/ai3/build-container/raw/master/common.yml" +include: "https://git.autistici.org/pipelines/containers/raw/master/common.yml" # test the newly built container before releasing it. -stages: - - build - - test - - release - test: - stage: test + stage: container-test image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:stable + tags: [docker-in-docker] services: - name: ${IMAGE_TAG} alias: noblogs @@ -24,4 +20,3 @@ test: - apt -q update - env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install curl - "curl -H 'Host: noblogs.org' -v ${SITE_URL}" - -- GitLab