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

Commit 44df701

Browse files
committed
clean up gitlab ci
1 parent 5c2c53f commit 44df701

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,18 @@ e2e cypress tests without docker-compose: &cypress
127127
- cp /static/index.html backend/templates/
128128
- /start_asgi.sh &
129129
script:
130-
- pwd
131-
- ls
132130
- npm install cypress
133131
- cp cypress.json backend/
134132
- cp -r cypress/ backend/cypress
135133
- cd backend
136-
- $(npm bin)/cypress run # --spec "cypress/integration/test_ws_connection.js"
134+
- $(npm bin)/cypress run
137135
artifacts:
138136
paths:
139137
- backend/cypress/videos/
140138
- backend/cypress/screenshots/
141139
expire_in: 7 days
142140

141+
# gitlab-runner exec docker "e2e cypress tests no compose local"
143142
.e2e cypress tests no compose local:
144143
<<: *cypress
145144
image: localhost:5000/backend:latest

0 commit comments

Comments
 (0)