summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml12
-rw-r--r--.gitlab-ci/ci.template2
-rwxr-xr-x.gitlab-ci/run-test.sh (renamed from .gitlab-ci/build.sh)0
3 files changed, 7 insertions, 7 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc64355104..9e2a2c31fb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,11 +47,11 @@ variables:
#
# This is done by running `ci-fairy generate-template` and possibly bump
# ".default_tag".
- FEDORA_TAG: '2022-03-15.0-9d8288d70d58'
- UBUNTU_TAG: '2022-03-15.0-c933c3fced1c'
- DEBIAN_TAG: '2022-03-15.0-c933c3fced1c'
- CENTOS_TAG: '2022-03-15.0-9d8288d70d58'
- ALPINE_TAG: '2022-03-15.0-499639d17df6'
+ FEDORA_TAG: '2022-03-15.0-1c8fb45999e9'
+ UBUNTU_TAG: '2022-03-15.0-f7d56c5dcd47'
+ DEBIAN_TAG: '2022-03-15.0-f7d56c5dcd47'
+ CENTOS_TAG: '2022-03-15.0-1c8fb45999e9'
+ ALPINE_TAG: '2022-03-15.0-91803105505b'
FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh'
UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh'
@@ -622,7 +622,7 @@ alpine:latest@container-clean:
.build@template:
stage: test
script:
- - .gitlab-ci/build.sh
+ - .gitlab-ci/run-test.sh
dependencies: []
#################################################################
diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template
index 20ffe286b2..9e6a2c1790 100644
--- a/.gitlab-ci/ci.template
+++ b/.gitlab-ci/ci.template
@@ -144,7 +144,7 @@ variables:
.build@template:
stage: test
script:
- - .gitlab-ci/build.sh
+ - .gitlab-ci/run-test.sh
dependencies: []
#################################################################
diff --git a/.gitlab-ci/build.sh b/.gitlab-ci/run-test.sh
index a183aa1f07..a183aa1f07 100755
--- a/.gitlab-ci/build.sh
+++ b/.gitlab-ci/run-test.sh