fixed broken array for needs field in testing stage

This commit is contained in:
shockrah 2020-08-09 23:29:02 -07:00
parent bae3e02b48
commit ed8f15b17c

View File

@ -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: