stages: - env - build environment: stage: env script: - bash environment.sh build: stage: build script: - bash build.sh