Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit d48a2ad

Browse files
committed
debugging cypress in gitlab script
1 parent 57297b9 commit d48a2ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,10 @@ e2e cypress tests without docker-compose:
128128
script:
129129
- pwd
130130
- ls
131-
- cd backend
132131
- npm install cypress
132+
- cp cypress.json backend/
133+
- cp cypress/ backend/cypress
134+
- cd backend
133135
- $(npm bin)/cypress run
134136
- exit 0
135137
artifacts:

0 commit comments

Comments
 (0)