test_dmd: stage: test image: mmcomando/ecs_enviroment script: - source $(/script/dlang/install.sh dmd -a) && dmd --version - source $(/script/dlang/install.sh dmd -a) && dub -c unittest-runner -b unittest artifacts: reports: junit: test_report.xml