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

Commit 250d6d6

Browse files
committed
debugging cypress in gitlab script added -r flag to cp
1 parent d48a2ad commit 250d6d6

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
@@ -130,7 +130,7 @@ e2e cypress tests without docker-compose:
130130
- ls
131131
- npm install cypress
132132
- cp cypress.json backend/
133-
- cp cypress/ backend/cypress
133+
- cp -r cypress/ backend/cypress
134134
- cd backend
135135
- $(npm bin)/cypress run
136136
- exit 0

0 commit comments

Comments
 (0)