Commit 7d16f698 authored by Filip Krakowski's avatar Filip Krakowski Committed by Shinya Maeda

Fix typo in test

parent cd0c4727
......@@ -424,7 +424,7 @@ module Ci
possibilities.each do |possibility|
config = YAML.dump({
before_script: ["pwd"],
rspec: { script: "rspec", type: type, only: [possibility[:keyword]] }
rspec: { script: "rspec", type: type, except: [possibility[:keyword]] }
})
config_processor = GitlabCiYamlProcessor.new(config, path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment