From 0d38dba4cbfa0ede7ecc62c577c4e129a0492455 Mon Sep 17 00:00:00 2001 From: Rolf Aas <rolf.aas@ibooking.no> Date: Sat, 13 Mar 2021 20:29:59 +0100 Subject: [PATCH] changed image in frontend testing --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e44026a..aee5f40 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ test-backend: test-frontend: stage: test - image: node:latest + image: cypress/base:10 only: - develop - master -- GitLab