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

[CI] Fix adduser call.

parent 1532c733
No related branches found
No related tags found
No related merge requests found
Pipeline #237 canceled
......@@ -13,7 +13,7 @@ test:
before_script:
- apt-get -y update && apt-get -y install postgresql libpq5 libpq-dev libssl-dev sudo
- pip install poetry
- adduser --group --disabled-password --gecos "Test User" testuser
- adduser --disabled-password --gecos "Test User" testuser
script:
- sudo -u testuser poetry install
- sudo -u testuser poetry run tox
......
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