Removed extra build step.
This commit is contained in:
parent
bf302d87f2
commit
ecfb038b82
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ before_script:
|
|||
stages:
|
||||
- pre
|
||||
- test
|
||||
- build
|
||||
- browser
|
||||
|
||||
pre:rubocop:
|
||||
|
@ -310,7 +309,7 @@ test:integration:otrs_31:
|
|||
- rake db:drop
|
||||
|
||||
browser:build:
|
||||
stage: build
|
||||
stage: test
|
||||
tags:
|
||||
- core
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue