Skip to content
Snippets Groups Projects
Commit 05c1a14b authored by Darius Schneider's avatar Darius Schneider
Browse files

...

parent 0f2b74df
No related branches found
No related tags found
No related merge requests found
...@@ -61,17 +61,17 @@ rails_system_test: ...@@ -61,17 +61,17 @@ rails_system_test:
stage: test stage: test
tags: tags:
- rails - rails
services: #services:
- selenium/standalone-chrome:latest # - selenium/standalone-chrome:latest
variables: #variables:
SELENIUM_URL: http://selenium__standalone-chrome:4444/wd/hub # SELENIUM_URL: http://selenium__standalone-chrome:4444/wd/hub
artifacts: #artifacts:
when: on_failure # when: on_failure
paths: # paths:
- tmp/screenshots # - tmp/screenshots
- /tmp/chrome.log # - /tmp/chrome.log
- log/test.log # - log/test.log
expire_in: 1 week # expire_in: 1 week
script: script:
- gem install bundler --silent && bundle install --quiet - gem install bundler --silent && bundle install --quiet
- bin/rails db:prepare test:system - bin/rails db:prepare test:system
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment