Skip to content
Snippets Groups Projects
Commit 41f807ba authored by Birk Øvstetun Narvhus's avatar Birk Øvstetun Narvhus
Browse files

Update .gitlab-ci.yml file

parent ed1a02e0
No related branches found
No related tags found
No related merge requests found
...@@ -12,13 +12,12 @@ maven-build: ...@@ -12,13 +12,12 @@ maven-build:
stage: build stage: build
script: script:
- mvn -v - mvn -v
- mvn package - mvn package -DskipTests
run-tests: run-tests:
stage: test stage: test
script: script:
- mvn install
- mvn test - mvn test
deploy-jar: deploy-jar:
......
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