Modified gitlab ci

This commit is contained in:
Georgy Litvinov 2021-03-12 23:20:34 +01:00
parent 93592950dd
commit c2953f7f68

View file

@ -5,7 +5,7 @@ stages:
build: build:
stage: build stage: build
script: ./gradlew regressionTests ./gradlew jar && ./gradlew oxt script: ./gradlew regressionTests && ./gradlew jar && ./gradlew oxt
artifacts: artifacts:
paths: paths:
- build/distributions/w2phtml.oxt - build/distributions/w2phtml.oxt