stages: - build dummy: stage: build image: alpine:latest script: - echo $env_var - echo $env_file - cat $env_file