Consolidate global mix-ins.
[alexxy/gromacs.git] / admin / gitlab-ci / lint.gitlab-ci.yml
index 1b12c5d628df2f6d1ea7e8e20de101f16fde4a9a..b61293751b3d9f0f0ec9f0cff8b3ea5d57d8a4bf 100644 (file)
@@ -22,7 +22,7 @@ run-clang-format:
   extends:
     - .binary-build-template
     - .no-cache-template
-    - .variables-template
+    - .variables:default
     - .clang-before-script-template
     - .build-clang-template
     - .clang7-template
@@ -55,7 +55,7 @@ run-copyright-check:
   extends:
     - .binary-build-template
     - .no-cache-template
-    - .variables-template
+    - .variables:default
     - .clang-before-script-template
     - .build-clang-template
     - .clang7-template
@@ -89,7 +89,7 @@ run-copyright-check:
 run-check-source:
   extends:
     - .no-cache-template
-    - .variables-template
+    - .variables:default
     - .build-docs-binary-template
     - .documentation-before-script-template
   stage: source-check