add test parser test, rename test to test compilation

This commit is contained in:
2020-03-09 21:46:52 +01:00
parent d90581f0cd
commit d6c0131d8f

View File

@@ -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: