From 1f39701c392178790ea86089aa580d60de596415 Mon Sep 17 00:00:00 2001 From: Sebastian Schreck Date: Sat, 3 Feb 2024 19:11:03 +0100 Subject: [PATCH] fix: test execution on Gitlab should use tsame config as Gitlab -- ref #1065 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7215e53ba..c4cfa8ac3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ lint: test: stage: test script: - - ng test --watch false --browsers Chrome_no_sandbox + - ng test --watch false --browsers ChromeHeadless build: stage: build