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:
authorJaime Martinez <jmartinez@gitlab.com>2020-05-21 05:14:32 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-05-28 04:10:43 +0300
commit9051ec94f18b67f4729da2a432591785643bd785 (patch)
treec37672d75b8c501d010a30b86160aedc838da4d7 /.gitlab-ci.yml
parent1564ca1df0155350d01692eb1a4781cde763edac (diff)
Consolidate ordering in CI config
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 772dbbde..bb87d51f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,8 +87,8 @@ download deps:
- go.sum
cover:
- stage: test
extends: .go-mod-cache
+ stage: test
needs: ['download deps']
script:
- make setup
@@ -101,8 +101,8 @@ cover:
lint:
extends: .go-mod-cache
- needs: ['download deps']
stage: test
+ needs: ['download deps']
image: registry.gitlab.com/gitlab-org/gitlab-build-images:golangci-lint-alpine
script:
# Write the code coverage report to gl-code-quality-report.json