Update the list of pipeline configuration with Gitlab QA image

This commit is contained in:
Nailia Iskhakova 2020-02-24 12:09:16 +00:00 committed by Rémy Coutable
parent f48abf2d75
commit 4af584853d

View file

@ -1,7 +1,7 @@
# Used by:
# - GitLab CE/EE for QA: https://gitlab.com/gitlab-org/gitlab-ee/blob/master/.gitlab-ci.yml
# - GitLab CE/EE Review: https://gitlab.com/gitlab-org/gitlab/-/blob/master/.gitlab/ci/review.gitlab-ci.yml
# - Nightly QA: https://gitlab.com/gitlab-org/quality/nightly/blob/master/.gitlab-ci.yml
# - Staging QA: https://gitlab.com/gitlab-org/quality/staging/blob/master/.gitlab-ci.yml
# - QA Pipeline Common: https://gitlab.com/gitlab-org/quality/pipeline-common/-/blob/master/ci/qa.yml, https://gitlab.com/gitlab-org/quality/pipeline-common/-/blob/master/ci/qa-scheduled.yml
FROM ruby:2.6-alpine
MAINTAINER GitLab Quality Team