summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Maat <tm@tlater.net>2018-03-19 11:39:41 +0000
committerTristan Maat <tm@tlater.net>2018-03-19 11:47:45 +0000
commit48b9241fed7229e45236c6333af4f907257dd018 (patch)
treedd359fa9cf339286f642c46aa668a2ebc371ed02
parent5d7ee178fcfb337962cef7e9dab6927478215f5f (diff)
downloadbuildstream-test-integration-flag.tar.gz
Perhaps there was a version upgrade?test-integration-flag
-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 ../..