Skip to content
Snippets Groups Projects
Commit ace5fb46 authored by Ján Macháček's avatar Ján Macháček Committed by Martin Slovík
Browse files

DOC: fixing .gitlab-ci.yml

parent d6a7e055
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ build:
stage: build
script:
- echo "We are building your project, $GITLAB_USER_LOGIN"
- ./mvnw clean install -Dmaven.test.skip=true $MAVEN_CLI_OPTS
- ./mvn clean install -Dmaven.test.skip=true $MAVEN_CLI_OPTS
artifacts:
expire_in: 10 min
paths:
......@@ -30,7 +30,7 @@ test:
stage: test
script:
- echo "We are testing your project build, $GITLAB_USER_LOGIN"
- ./mvnw test $MAVEN_CLI_OPTS
- ./mvn test $MAVEN_CLI_OPTS
artifacts:
expire_in: 10 min
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment