Skip to content

Commit

Permalink
fix: test execution on Gitlab should use tsame config as Gitlab -- ref
Browse files Browse the repository at this point in the history
  • Loading branch information
StegSchreck committed Feb 3, 2024
1 parent 899e733 commit 1f39701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f39701

Please sign in to comment.