From d99403d75bd1560b3fe1a726991c2c9afde18fed Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 28 Mar 2018 16:08:24 +0200 Subject: [PATCH] CI --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: