From ac4b1891b6f9267797fa85dea51d31bc012dc9ee Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 25 Dec 2019 21:34:53 +0100 Subject: [PATCH] =?UTF-8?q?[CI]=20Errr,=20chmod=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e5658bf7..3efc76011 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ test: alias: selenium before_script: - adduser --disabled-password --gecos "Test User" testuser - - chmod -R testuser . + - chown -R testuser . script: - sudo -u testuser env TEST_SELENIUM_HUB=http://selenium:4444/wd/hub -- GitLab