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-04-25 00:42:56 +0300
committerNick Thomas <nick@gitlab.com>2018-04-27 19:13:46 +0300
commit7667febecf3bb627d3e0912a59fa1d8918519280 (patch)
treeb7037c5429cdb3eb4e7b205a8c4f8c0aaf1e010a /.gitlab-ci.yml
parent05c03d65f64021f4a3ead9b627b7293e7b63ca07 (diff)
Restore the old in-place chroot behaviour as a command-line option
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5cc17b88..771831a9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,8 +7,10 @@ image: golang:1.8
- make cover
- echo "Running all tests without daemonizing..."
- make test
- - echo "Running just the acceptance tests daemonized...."
- - TEST_DAEMONIZE=1 make acceptance
+ - echo "Running just the acceptance tests daemonized (tmpdir)...."
+ - TEST_DAEMONIZE=tmpdir make acceptance
+ - echo "Running just the acceptance tests daemonized (inplace)...."
+ - TEST_DAEMONIZE=inplace make acceptance
artifacts:
paths:
- bin/gitlab-pages