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

system test update

parent 15f3ca46
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ set_ruby_version: ...@@ -9,6 +9,7 @@ set_ruby_version:
artifacts: artifacts:
reports: reports:
dotenv: build.env dotenv: build.env
expire_in: 1 week
rubocop: rubocop:
stage: test stage: test
...@@ -102,6 +103,5 @@ rails_system_test: ...@@ -102,6 +103,5 @@ rails_system_test:
# - log/test.log # - log/test.log
# expire_in: 1 week # expire_in: 1 week
script: script:
- mkdir tmp/screenshots
- gem install bundler --silent && bundle install --jobs $(nproc) --quiet - gem install bundler --silent && bundle install --jobs $(nproc) --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