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:
stage: build
script:
- mvn -v
- mvn package
- mvn package -DskipTests
run-tests:
stage: test
script:
- mvn install
- mvn test
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