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:
authorNick Thomas <nick@gitlab.com>2018-03-22 21:25:24 +0300
committerNick Thomas <nick@gitlab.com>2018-03-23 20:33:57 +0300
commit8cfda639dbf6735896ca5849ee5671cea71d2986 (patch)
tree3d7e6de87b64f1ede66815ef77ed365722a31297 /.gitlab-ci.yml
parent6a521a1140afe9eff59dd2d6fd8b7b25bfd0994b (diff)
Run the acceptance tests both daemonized and not
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b75c6ee..41dfb14d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,10 @@ image: golang:1.8
- make setup
- make verify
- make cover
+ - echo "Running all tests without daemonizing..."
- make test
+ - echo "Running just the acceptance tests daemonized...."
+ - TEST_DAEMONIZE=1 make acceptance
artifacts:
paths:
- bin/gitlab-pages