summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2020-07-15 11:27:32 +0100
committerChandan Singh <csingh43@bloomberg.net>2020-07-15 11:43:33 +0100
commit40076a11f17c0d80ff03b2c91ecb3481b7568c2f (patch)
tree7fdc6e881b46ea7ef00cb149eed4084da4c18290
parent5b14e74c203a06ff206be290a5d234870a0a2262 (diff)
downloadbuildstream-chandan/spring-clean.tar.gz
.gitlab-ci.yml: Run missing-deps as a normal userchandan/spring-clean
The buildstream user was previously created but was not used.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fcfbdae65..ebba8cab2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -163,7 +163,7 @@ tests-fedora-missing-deps:
- useradd -Um buildstream
- chown -R buildstream:buildstream .
- - ${TEST_COMMAND}
+ - su buildstream -c "${TEST_COMMAND}"
tests-fedora-update-deps: