Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit af655b0

Browse files
iamfrankagger-magenta
authored andcommitted
come on, CI
1 parent e71c5cc commit af655b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ FrontendTest:
182182
- cd frontend-tests
183183
- npm install
184184
script:
185-
- ./node_modules/.bin/testcafe chrome:headless tests/*.js --baseurl http://bev:5000/ --screenshot $CI_PROJECT_DIR/artifacts --video $CI_PROJECT_DIR/artifacts --assertion-timeout 15000 --selector-timeout 15000
185+
- ./node_modules/.bin/testcafe chrome:headless tests/*.js --baseurl http://bev:5000 --screenshot $CI_PROJECT_DIR/artifacts --video $CI_PROJECT_DIR/artifacts --assertion-timeout 15000 --selector-timeout 15000
186186
artifacts:
187187
when: always
188188
paths:

0 commit comments

Comments
 (0)