Skip to content
Snippets Groups Projects
Commit 717aed54 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Update .gitlab-ci.yml

parent 72b6b9f4
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ stages:
# delete local maven repo to be sure all packages are still maintained by the maven repos
setup:mvn:
tags: [ linux ]
tags: [ java8 ]
stage: setup
script:
- make easy-units
......@@ -46,7 +46,7 @@ setup:mvn:
# generate parsing classes with antlr
code-generation:antlr:
tags: [ linux ]
tags: [ java8 ]
stage: code-generation
artifacts:
paths:
......@@ -60,7 +60,7 @@ code-generation:antlr:
# compile the server
build:server:
tags: [ linux ]
tags: [ java8 ]
stage: build
dependencies:
- code-generation:antlr
......@@ -76,7 +76,7 @@ build:server:
# junit tests for the server
test:server:
tags: [ linux ]
tags: [ java8 ]
stage: test
dependencies:
- build:server
......@@ -87,7 +87,7 @@ test:server:
# Clean
###########
clean:mvn:
tags: [ linux ]
tags: [ java8 ]
stage: clean
when: always
dependencies: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment