summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2020-07-15 11:27:32 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-07-17 13:01:11 +0000
commit6e62f337bae99ccd82521de336170f2daf7f6779 (patch)
treec63ab464d44f6250cc2fe569afc21ae6f43b408f /.gitlab-ci.yml
parente7d085f9701ae6455a5675cc4abcbdb9f0e24eef (diff)
downloadbuildstream-6e62f337bae99ccd82521de336170f2daf7f6779.tar.gz
.gitlab-ci.yml: Run missing-deps as a normal user
The buildstream user was previously created but was not used.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dc4a640a8..7ba05f566 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -152,7 +152,7 @@ tests-fedora-missing-deps:
- useradd -Um buildstream
- chown -R buildstream:buildstream .
- - ${TEST_COMMAND}
+ - su buildstream -c "${TEST_COMMAND}"
tests-fedora-update-deps: