From 22b1c5ec145102fbf3246ba259cd01e9956865f5 Mon Sep 17 00:00:00 2001 From: Alexander Harkness <me@bearbin.net> Date: Fri, 18 Oct 2019 14:55:45 +0100 Subject: [PATCH] Use alternative browser image --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ee1a6d..6c9e924 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ default: - image: circleci/node:12-browsers + image: kekel87/node-chrome-firefox stages: - fetch -- GitLab