add test parser test, rename test to test compilation
This commit is contained in:
@@ -9,7 +9,18 @@ build:
|
|||||||
script:
|
script:
|
||||||
- mvn package
|
- mvn package
|
||||||
|
|
||||||
test:
|
test_parsing:
|
||||||
|
image: ubuntu:rolling
|
||||||
|
stage: test
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
before_script:
|
||||||
|
- apt upate
|
||||||
|
- apt install -y build-essential openjdk-13-jre-headless
|
||||||
|
script:
|
||||||
|
- make testJava
|
||||||
|
|
||||||
|
test_compilation:
|
||||||
image: ubuntu:rolling
|
image: ubuntu:rolling
|
||||||
stage: test
|
stage: test
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user