From f0755308384bc0b8fe1d3ea484a87a86cdd7ac61 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Tue, 18 Aug 2020 12:36:41 +0000 Subject: [PATCH] fix(core): update --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f92bba2..3e59fd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,7 +56,7 @@ auditDevDependencies: testStable: stage: test script: - - apt-get install lsb-core -y + - apt-get update -y && apt-get install -y lsb-core - npmci npm prepare - npmci node install stable - npmci npm install