Skip to content

Commit 495a202

Browse files
committed
wrong serv
1 parent 2783761 commit 495a202

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,11 @@ test:
5555
- bundle exec rails db:migrate
5656
- bundle exec rails db:test:prepare
5757
- cat /etc/hosts
58-
- echo "$(cat /etc/hosts | grep -Eo "^([0-9\.]+)\s+runner-[0-9a-zA-Z-]{7,8}-+project-[0-9a-zA-Z]+-concurrent-[0-9]+" | grep -Eo "^([0-9\.]+)")" > ip_addr
59-
- curl selenium-standalone-chrome:9494/start
58+
- echo "$(cat /etc/hosts | grep -Eo "^([0-9\.]+)\s+runner-[0-9a-zA-Z-]+-+project-[0-9a-zA-Z]+-concurrent-[0-9]+" | grep -Eo "^([0-9\.]+)")" > ip_addr
59+
- curl davidsiaw-vrec:9494/start
6060
- TEST_HOST="$(cat ip_addr)" bundle exec rspec
61-
- curl selenium-standalone-chrome:9494/stop
61+
- curl davidsiaw-vrec:9494/stop
62+
- ls
6263
artifacts:
6364
paths:
6465
- out.mp4

0 commit comments

Comments
 (0)