diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 711714d..3655104 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: