From 45835dba87ca9a8e1a350b066b51ca6cca06f8ba Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 11 Dec 2019 02:00:42 +0100 Subject: [PATCH] [CI] Remove installation of yarnpkg and chromium-driver python-pimped now includes it. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86946edc0..9e379b484 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,6 @@ 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 gettext yarnpkg - adduser --disabled-password --gecos "Test User" testuser - mkdir -p screenshots && chown testuser screenshots script: -- GitLab