From 6e259868e36495a94530571f31b5727acd89e1cb Mon Sep 17 00:00:00 2001 From: "mhochsteger@cerbsim.com" Date: Fri, 15 Oct 2021 09:56:17 +0200 Subject: [PATCH] gitlab-ci fix tags --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6644373e..ad729707 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ push_github_sourceforge: tags: - linux - docker + - bash script: - git remote add sourceforge ssh://mhochste@git.code.sf.net/p/netgen-mesher/git || true - git remote add github git@github.com:NGSolve/netgen.git || true @@ -94,6 +95,7 @@ cleanup_win: .template_ubuntu: &ubuntu tags: - linux + - bash before_script: - pwd - ls @@ -195,6 +197,7 @@ cleanup_ubuntu: stage: cleanup tags: - linux + - bash script: # remove intermediate and old docker images and containers - docker rm -f `docker ps --no-trunc -aq`