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-12-07 07:59:50 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-12-07 07:59:50 +0300
commite29beaab034b89329b47fbd60f1275f8ae1547b6 (patch)
tree5483eececd2663706a9b02a46bf891163427278a /.gitlab
parent099b4e16ffd124821bed23a05368b1a65b42c896 (diff)
Add setup step
Diffstat (limited to '.gitlab')
-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 d708ebde..74b162fa 100644
--- a/.gitlab/ci/test.yml
+++ b/.gitlab/ci/test.yml
@@ -6,6 +6,7 @@
needs: ['download deps']
script:
- echo "Running all tests without daemonizing..."
+ - make setup
- make test
- make junit-report
artifacts: