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:
Diffstat (limited to '.gitlab/ci/test.gitlab-ci.yml')
-rw-r--r--.gitlab/ci/test.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml
index e1d8171f..3904f11b 100644
--- a/.gitlab/ci/test.gitlab-ci.yml
+++ b/.gitlab/ci/test.gitlab-ci.yml
@@ -184,7 +184,8 @@ lint_dockerfiles:
needs: []
dependencies: []
script:
- - hadolint latest.Dockerfile .gitpod.Dockerfile **/*.Dockerfile
+ - apk add make
+ - make hadolint-tests
#
# eslint-sast scans html too, so run in security stage after html files are generated