fixed broken array for needs field in testing stage
This commit is contained in:
parent
bae3e02b48
commit
ed8f15b17c
@ -19,7 +19,7 @@ build-release:
|
||||
|
||||
basic-test:
|
||||
stage: test
|
||||
needs: "build-release"
|
||||
needs: ["build-release"]
|
||||
only:
|
||||
- testing
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user