aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-11-03 08:36:02 -0500
committerDavid Goulet <dgoulet@torproject.org>2020-11-03 08:36:02 -0500
commit31d542a9c6f15536590b1194464b3c05fb11533d (patch)
tree490f5ac43032dcb158ded2c4fb8e291dd8e9b34c /.gitlab-ci.yml
parentdc6438b54980db70a1749643eda9d04ed7f464ed (diff)
downloadtor-31d542a9c6f15536590b1194464b3c05fb11533d.tar.gz
tor-31d542a9c6f15536590b1194464b3c05fb11533d.zip
ci: Add DISTCHECK to tracing test on Gitlab
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ba61c71b2b..a672d8ed39 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -170,6 +170,7 @@ debian-tracing:
variables:
TRACING: "yes"
CHECK: "no"
+ DISTCHECK: "yes"
script:
- ./scripts/ci/ci-driver.sh
# Ensure that we only run tracing when it's implemented.