From cbe1dfc2f1668c249c278799ac2768094219ad8d Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 11 Dec 2019 01:04:21 +0100 Subject: [PATCH] [CI] Install yarnpkg --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a510ee902..b0305737d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ test_wheel: image: name: registry.edugit.org/teckids/docker-images/python-pimped:master before_script: - - apt-get -y update && eatmydata apt-get -y install chromium-driver xvfb gettext + - apt-get -y update && eatmydata apt-get -y install chromium-driver xvfb gettext yarnpkg - adduser --disabled-password --gecos "Test User" testuser - mkdir -p screenshots && chown testuser screenshots script: -- GitLab