diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f1f3bd41..d111ce82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,9 +43,11 @@ test-valgrind: variables: UVG_TEST_VALGRIND: 1 -# TODO: If someone knows YAML better, there has to be some better way to -# concatenate stuff into the test-template script than just manually copy -# pasting +test-macos: + <<: *test-template + tags: + - macOS + #test-distcheck: # <<: *test-template # script: