From 008e16c11ff4f5b4a37c1b75f008ad6478bad06f Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Wed, 4 Mar 2020 16:59:41 -0600 Subject: [PATCH] added helium test deps to ci --- .gitlab-ci.yml | 2 ++ tests/runtime-result.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b345953..9dc3e9c5 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,9 @@ test: script: - apt-get update -qy - apt-get install -y tor + - apt-get install -y firefox-esr - pip3 install --require-hashes -r requirements.txt + - pip3 install --require-hashes -r requirements-dev.txt - pip3 install --require-hashes -r requirements-notifications.txt - python3 --version - make test diff --git a/tests/runtime-result.txt b/tests/runtime-result.txt index a4deee2c..fbf3825c 100644 --- a/tests/runtime-result.txt +++ b/tests/runtime-result.txt @@ -1 +1 @@ -1583317276 \ No newline at end of file +1583362666 \ No newline at end of file