Skip to content

Commit 2520d3e

Browse files
committed
Fix .gitlab-ci.yml
1 parent 2d03bde commit 2520d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test:
2424
package:
2525
stage: package
2626
script:
27-
-mvn $MAVEN_CLI_OPTS package
27+
- mvn $MAVEN_CLI_OPTS package
2828
artifacts:
2929
paths:
3030
- target/*jar-with-dependencies.jar

0 commit comments

Comments
 (0)