From cb37e51de0bd415f029d9c48cc382f55441a2640 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 5 Dec 2019 17:36:37 +0100 Subject: [PATCH] [CI] Fix adduser call. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a96c4deeb..d6e59b778 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab