stages: - build - test build: stage: build tags: - docker image: maven:3.6.3-openjdk-14 script: - cp config.properties.example config.properties - ./build.sh embedded test_backend: stage: test tags: - docker image: git.ia2.inaf.it:5050/ia2/ia2-devops/maven-otj-pg-embedded script: - cd TASMAN-bom - mvn clean install - cd ../TASMAN-core - mvn clean install