summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2275c96985..b5b034dc9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -220,6 +220,7 @@ MinGW32/DLLs:
cp lib/includes/gnutls/*.h win32-build/lib/includes
tags:
- shared
+ - docker
only:
- tags
artifacts:
@@ -256,6 +257,7 @@ MinGW64/DLLs:
cp lib/includes/gnutls/*.h win64-build/lib/includes
tags:
- shared
+ - docker
only:
- tags
artifacts:
@@ -272,6 +274,7 @@ MinGW64:
mingw64-make -j$(nproc) && mingw64-make -C tests check -j$(nproc)
tags:
- shared
+ - docker
except:
- tags
artifacts:
@@ -292,6 +295,7 @@ MinGW32:
mingw32-make -j$(nproc) && mingw32-make -C tests check -j$(nproc)
tags:
- shared
+ - docker
except:
- tags
artifacts: