From e0d600db72669f88a2e699478baa94e4dd8fc7df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vegard=20Sporst=C3=B8l?= <vegarms@stud.ntnu.no>
Date: Mon, 15 Mar 2021 13:23:16 +0100
Subject: [PATCH] update testcafe pipeline

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b625f1..d5d9e84 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
     - staging
 
 test-frontend:
-  image: circleci/node:15.11-browsers
+  image: node:stable
   stage: test
   script: 
     - npm install -g testcafe
-- 
GitLab