Skip to content
Snippets Groups Projects
Verified Commit c4a3e4ad authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] chmod build directory to testuser to prevent permission issues due to caching

parent 35a03104
No related branches found
No related tags found
No related merge requests found
Pipeline #401 failed
......@@ -26,6 +26,7 @@ test:
alias: selenium
before_script:
- adduser --disabled-password --gecos "Test User" testuser
- chmod -R testuser .
script:
- sudo -u testuser
env TEST_SELENIUM_HUB=http://selenium:4444/wd/hub
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment