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

Update .gitlab-ci.yml file

parent ad234e49
No related branches found
No related tags found
No related merge requests found
Pipeline #57304 passed
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. # test the newly built container before releasing it.
stages:
- build
- test
- release
test: test:
stage: test stage: container-test
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:stable image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/debian:stable
tags: [docker-in-docker]
services: services:
- name: ${IMAGE_TAG} - name: ${IMAGE_TAG}
alias: noblogs alias: noblogs
...@@ -24,4 +20,3 @@ test: ...@@ -24,4 +20,3 @@ test:
- apt -q update - apt -q update
- env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install curl - env DEBIAN_FRONTEND=noninteractive apt -y --no-install-recommends install curl
- "curl -H 'Host: noblogs.org' -v ${SITE_URL}" - "curl -H 'Host: noblogs.org' -v ${SITE_URL}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment