stages: - build - test - deploy job1: stage: build script: - find -name "*.java" > sources.txt - javac bin @sources.txt