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.yml
parente2b717ce837a0cbc271ea613cf07e19e0eb5cccc (diff)
ci: readd stages and use empty 'needs'
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c265ac82..021bae51 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,7 @@
+stages:
+ - prepare
+ - test
+
workflow:
rules:
# For merge requests, create a pipeline.