From f9604c40a13547a2b7d52f4729c149fa77857b1a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Thu, 22 Nov 2018 08:23:05 -0500 Subject: [PATCH] ci: Install jquery packages for coverage Signed-off-by: James Valleroy Reviewed-by: Joseph Nuthalapati --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fa72692c..72d9b94c2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ stages: run-unit-tests: stage: test script: - - apt-get install -y python3-coverage + - apt-get install -y python3-coverage libjs-jquery libjs-jquery-isonscreen libjs-jquery-tablesorter libjs-jquery-throttle-debounce - adduser tester --gecos "First Last,RoomNumber,WorkPhone,HomePhone" --disabled-password - echo "tester:password" | chpasswd - cp -r . /home/tester/plinth