From 993528cee0d0576a27e7baad0136e3d7f19d2c76 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 25 Apr 2019 15:42:21 +0200 Subject: [PATCH] try to fix gyp in CI --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d80fbcda..cfe3ac3a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,10 @@ image: node:10.15.1 variables: CYPRESS_CACHE_FOLDER: "$CI_PROJECT_DIR/cache/Cypress" +before_script: + - "apt-get update" + - "apt-get install -y build-essential" + cache: key: ${CI_COMMIT_REF_SLUG} paths: