summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26e4f2227..de4a6c97f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,8 +111,10 @@ unix-tests:
# Unpack and get into dist/buildstream
- cd dist && ./unpack.sh && cd buildstream
+ - cat setup.cfg
+
# Since the unix platform is required to run as root, no user change required
- - python3 setup.py test --index-url invalid://uri --addopts --integration
+ - python3 setup.py test --index-url invalid://uri --addopts '--integration'
# Go back to the toplevel and collect our reports
- cd ../..