1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 16:13:44 +00:00

ci: try to fix test pipeline step

Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
morph027 2024-01-18 15:43:38 +01:00
parent 153ab6e886
commit ec04f77c98
No known key found for this signature in database
GPG Key ID: BF17A54BB873BE58

View File

@ -92,9 +92,9 @@ gitea-arm64-trigger:


.test-install: &test-install .test-install: &test-install
stage: test stage: test
image: docker:latest image: docker:stable
services: services:
- docker:dind - docker:stable-dind
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
script: script:
@ -113,9 +113,9 @@ gitea-arm64-trigger:


.test-update: &test-update .test-update: &test-update
stage: test stage: test
image: docker:latest image: docker:stable
services: services:
- docker:dind - docker:stable-dind
variables: variables:
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
script: script: