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:
authorEvan Read <eread@gitlab.com>2023-06-22 09:35:41 +0300
committerEvan Read <eread@gitlab.com>2023-06-22 09:35:41 +0300
commita60767c651b2255f3791ddf9620d84d8ae839437 (patch)
tree1999ca915ed30ff1fb87e74f573ecd26740209db
parent3a8835a914c2f10f0752ea09b195e42bd4fe4cde (diff)
Make sure tests take advantage of changes in earlier commit16.1
-rw-r--r--.gitlab/ci/docker-images.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/ci/docker-images.gitlab-ci.yml b/.gitlab/ci/docker-images.gitlab-ci.yml
index 7b9720c8..26ea1325 100644
--- a/.gitlab/ci/docker-images.gitlab-ci.yml
+++ b/.gitlab/ci/docker-images.gitlab-ci.yml
@@ -182,7 +182,7 @@ test:image:docs-single:
- .rules_docker_single_images_tests
stage: test
variables:
- GITLAB_VERSION: '16.0'
+ GITLAB_VERSION: '16.1'
DOCKERFILE: dockerfiles/single.Dockerfile
IMAGE_NAME: $CI_REGISTRY_IMAGE:$GITLAB_VERSION
NANOC_ENV: test
@@ -238,7 +238,7 @@ test:image:docs-single-lunrjs:
- .rules_docker_single_images_tests
stage: test
variables:
- GITLAB_VERSION: '16.0'
+ GITLAB_VERSION: '16.1'
IMAGE_NAME: $CI_REGISTRY_IMAGE/archives:$GITLAB_VERSION
DOCKERFILE: dockerfiles/single.Dockerfile
NANOC_ENV: test