We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2783761 commit 495a202Copy full SHA for 495a202
.gitlab-ci.yml
@@ -55,10 +55,11 @@ test:
55
- bundle exec rails db:migrate
56
- bundle exec rails db:test:prepare
57
- 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
+ - 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
+ - curl davidsiaw-vrec:9494/start
60
- TEST_HOST="$(cat ip_addr)" bundle exec rspec
61
- - curl selenium-standalone-chrome:9494/stop
+ - curl davidsiaw-vrec:9494/stop
62
+ - ls
63
artifacts:
64
paths:
65
- out.mp4
0 commit comments