summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0759561ce9..98e03d6ffb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -152,12 +152,14 @@ Run patman testsuite:
script:
- git config --global user.name "GitLab CI Runner"
- git config --global user.email trini@konsulko.com
+ - export USER=gitlab
- ./tools/patman/patman --test
Run buildman testsuite:
tags: [ 'all' ]
stage: testsuites
script:
+ - export USER=gitlab
- ./tools/buildman/buildman -t
Run binman and dtoc testsuite: