Skip to content
Snippets Groups Projects

Resolve "Creation of jar in CI fails"

Merged René Schöne requested to merge 26-creation-of-jar-in-ci-fails into develop
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
stages:
- build
# - test
- test
build:
image: openjdk:8
@@ -12,8 +12,8 @@ build:
paths:
- "/builds/jastadd/relational-rags/build/libs/relast-*.jar"
# test:
# image: openjdk:8
# stage: test
# script:
# - ./gradlew --console=plain --info test
test:
image: openjdk:8
stage: test
script:
- ./gradlew --console=plain --info test
Loading