Small fixes

This commit is contained in:
Dawid Masiukiewicz 2022-07-09 20:27:01 +00:00
parent 014e9cee8d
commit 24a07a05e5
13 changed files with 46 additions and 29 deletions

View file

@ -23,7 +23,7 @@ build_code:
test_dmd_debug:
stage: test
image: frolvlad/alpine-glibc
image: debian:buster-slim
script:
- binaries/dmd_debug_unittest
artifacts:
@ -31,7 +31,7 @@ test_dmd_debug:
junit: test_report.xml
test_dmd:
stage: test
image: frolvlad/alpine-glibc
image: debian:buster-slim
script:
- binaries/dmd_release_unittest
artifacts:
@ -39,7 +39,7 @@ test_dmd:
junit: test_report.xml
test_dmd_betterC:
stage: test
image: frolvlad/alpine-glibc
image: debian:buster-slim
script:
- binaries/dmd_debug_unittest_bc
artifacts: