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

alle Tests ausführen, egal welche vorhanden sind

parent 9584b7f1
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ rails_test: ...@@ -75,7 +75,7 @@ rails_test:
- gem install bundler --silent && bundle install --jobs $(nproc) --quiet - gem install bundler --silent && bundle install --jobs $(nproc) --quiet
- bin/rails db:prepare test - bin/rails db:prepare test
rails_system_test: rails_test_all:
stage: test stage: test
image: ruby:$RUBY_VERSION image: ruby:$RUBY_VERSION
tags: tags:
...@@ -104,4 +104,4 @@ rails_system_test: ...@@ -104,4 +104,4 @@ rails_system_test:
# expire_in: 1 week # expire_in: 1 week
script: script:
- 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:all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment