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

nochmal

parent 6f802509
No related branches found
No related tags found
No related merge requests found
...@@ -22,37 +22,39 @@ detect_ruby: ...@@ -22,37 +22,39 @@ detect_ruby:
reports: reports:
dotenv: ruby.env dotenv: ruby.env
.test_stage_image: &test_stage_image rubocop:
image: ruby:$RUBY_VERSION image: ruby:$RUBY_VERSION
stage: test stage: test
rubocop:
<<: *test_stage_image
script: script:
- rubocop - rubocop
erb_lint: erb_lint:
<<: *test_stage_image image: ruby:$RUBY_VERSION
stage: test
script: script:
- erblint --lint-all --allow-no-files true - erblint --lint-all --allow-no-files true
haml_lint: haml_lint:
<<: *test_stage_image image: ruby:$RUBY_VERSION
stage: test
script: script:
- haml-lint - haml-lint
brakeman: brakeman:
<<: *test_stage_image image: ruby:$RUBY_VERSION
stage: test
script: script:
- brakeman -A --except UnscopedFind - brakeman -A --except UnscopedFind
rails_test: rails_test:
<<: *test_stage_image image: ruby:$RUBY_VERSION
stage: test
script: script:
- bin/rails db:prepare test - bin/rails db:prepare test
rails_system_test: rails_system_test:
<<: *test_stage_image image: ruby:$RUBY_VERSION
stage: test
services: services:
- selenium/standalone-chrome:latest - selenium/standalone-chrome:latest
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment