From 01bd6703ce4c991ea80798d1e75a0a5935d21f1a Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 14 Dec 2020 14:05:06 +0000 Subject: [PATCH] CI: Remove installing the game --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4de6b1ba..84903ddb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ coverage: - sed -i s/#//g pubspec.yaml - flutter doctor - apt update - - apt install -y chromium-bsu lcov libolm3 sqlite3 libsqlite3-dev + - apt install -y lcov libolm3 sqlite3 libsqlite3-dev - ln -s /usr/lib/dart/bin/pub /usr/bin/ - useradd -m test - chown -R 'test:' '.' @@ -62,7 +62,7 @@ e2ee_test: - curl https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - - curl https://storage.googleapis.com/download.dartlang.org/linux/debian/dart_stable.list > /etc/apt/sources.list.d/dart_stable.list - apt update - - apt install -y dart chromium-bsu lcov libolm3 sqlite3 libsqlite3-dev + - apt install -y dart lcov libolm3 sqlite3 libsqlite3-dev - ln -s /usr/lib/dart/bin/pub /usr/bin/ - useradd -m test - chown -R 'test:' '.'