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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-21 15:09:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-21 15:09:04 +0300
commitaac38cc2bd884cb979f1bbf7050c3f8692403cf3 (patch)
tree42c31b0dc05c63c11ac78171758d02fb9aa7cccf /.gitlab/ci/workhorse.gitlab-ci.yml
parent47a3dc65512c6eb3f88e6ba6842f58db3f03413c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab/ci/workhorse.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/workhorse.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab/ci/workhorse.gitlab-ci.yml b/.gitlab/ci/workhorse.gitlab-ci.yml
index 3aa9eaee6f8..5f58694a7bf 100644
--- a/.gitlab/ci/workhorse.gitlab-ci.yml
+++ b/.gitlab/ci/workhorse.gitlab-ci.yml
@@ -37,8 +37,10 @@ workhorse:test go:
workhorse:test fips:
extends: .workhorse:test
+ image: registry.gitlab.com/gitlab-org/gitlab-omnibus-builder/ubuntu_20.04_fips:4.0.0
variables:
WORKHORSE_TEST_FIPS_ENABLED: 1
+ FIPS_MODE: 1
workhorse:test race:
extends: .workhorse:test