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

artifacts for system test

parent 1afae0eb
No related branches found
No related tags found
No related merge requests found
...@@ -68,13 +68,13 @@ rails_system_test: ...@@ -68,13 +68,13 @@ rails_system_test:
# - 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