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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-03 03:06:29 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-03 03:08:17 +0300
commite6ac125ff0c7d7932626fb09336b8806e7b23c88 (patch)
treeb250baafa6882e08fbb838624e051aaed7911e4c /.gitlab/ci/test.yml
parente2b717ce837a0cbc271ea613cf07e19e0eb5cccc (diff)
ci: readd stages and use empty 'needs'
Diffstat (limited to '.gitlab/ci/test.yml')
-rw-r--r--.gitlab/ci/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml
index 603b4a02..801c1ca8 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -1,5 +1,6 @@
.tests-common:
extends: .common
+ stage: test
needs: ['download deps']
artifacts:
reports: