Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2023-04-24 20:34:17 +0300
committerSarah German <sgerman@gitlab.com>2023-04-24 20:34:17 +0300
commitc9735e3d67413fa1eb2a52cb11fc325e375b2fa3 (patch)
treed7d48f792f162a4ef58d12c67899e4bc466dc506
parentd834432e3b71bfab412d90177be71e4eaa3981f3 (diff)
Fix the rules for testing single dockerfiles
-rw-r--r--.gitlab/ci/docker-images.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/ci/docker-images.gitlab-ci.yml b/.gitlab/ci/docker-images.gitlab-ci.yml
index 95318e21..d6a3b5a7 100644
--- a/.gitlab/ci/docker-images.gitlab-ci.yml
+++ b/.gitlab/ci/docker-images.gitlab-ci.yml
@@ -176,7 +176,7 @@ image:docs-single:
test:image:docs-single:
extends:
- .docker_prepare
- - .rules_docker_single_images
+ - .rules_docker_image_tests
stage: test
variables:
GITLAB_VERSION: '15.11'
@@ -230,10 +230,10 @@ image:docs-single-lunrjs:
test:image:docs-single-lunrjs:
extends:
- .docker_prepare
- - .rules_docker_single_images
+ - .rules_docker_image_tests
stage: test
variables:
- GITLAB_VERSION: '15.6'
+ GITLAB_VERSION: '15.11'
IMAGE_NAME: $CI_REGISTRY_IMAGE/archives:$GITLAB_VERSION
DOCKERFILE: dockerfiles/single.Dockerfile
NANOC_ENV: test