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:
|
basic-test:
|
||||||
stage: test
|
stage: test
|
||||||
needs: "build-release"
|
needs: ["build-release"]
|
||||||
only:
|
only:
|
||||||
- testing
|
- testing
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user