add test parser test, rename test to test compilation
This commit is contained in:
@@ -9,7 +9,18 @@ build:
|
||||
script:
|
||||
- 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
|
||||
stage: test
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user