Skip to content
Snippets Groups Projects
Commit c7c40568 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

Changes for dune-gdt

parent 2b6d76e1
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ lint: ...@@ -130,7 +130,7 @@ lint:
variables: variables:
CI_IMAGE: {{ image }} CI_IMAGE: {{ image }}
TESTS_MODULE_SUBDIR: {{ subdir }} TESTS_MODULE_SUBDIR: {{ subdir }}
{%- if 'cpp' in kind %} {%- if 'cpp' in kind or 'gdt' in subdir %}
tags: tags:
- dustin - dustin
{%- endif %} {%- endif %}
...@@ -149,7 +149,12 @@ lint: ...@@ -149,7 +149,12 @@ lint:
variables: variables:
CI_IMAGE: {{ image }} CI_IMAGE: {{ image }}
tags: tags:
{%- if 'gdt' in subdir and 'clang' in image %}
- amm-only
{%- else %}
- dustin - dustin
{%- endif %}
stage: python stage: python
needs: ["{{image}}"] needs: ["{{image}}"]
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment