diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2452900..4383142 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,13 @@ -image: node +image: node:latest cache: paths: - node_modules/ +before_script: + - apt-get update -qq + - apt-get install -y libx11-xcb1 libxcomposite1 libxcursor1 libxfixes3 libxdamage1 libxi6 + testing: stage: test script: