diff --git a/utils/tests/gitlab-ci-pybindgen.yml b/utils/tests/gitlab-ci-pybindgen.yml index 2fd5ee7cd..d5ba2da12 100644 --- a/utils/tests/gitlab-ci-pybindgen.yml +++ b/utils/tests/gitlab-ci-pybindgen.yml @@ -3,6 +3,9 @@ pybindgen-21.04: only: variables: - $RELEASE == "weekly" + tags: + - nsnam + - linux before_script: - apt-get update - DEBIAN_FRONTEND=noninteractive apt-get install -y g++ cmake ninja-build ccache libgsl-dev libgtk-3-dev libboost-dev wget git python3 python3-pip @@ -28,6 +31,9 @@ pybindgen-20.04: only: variables: - $RELEASE == "manual" + tags: + - nsnam + - linux before_script: - apt-get update - DEBIAN_FRONTEND=noninteractive apt-get install -y g++ cmake ninja-build ccache libgsl-dev libgtk-3-dev libboost-dev wget git python3 python3-pip @@ -52,6 +58,9 @@ pybindgen-18.04: only: variables: - $RELEASE == "manual" + tags: + - nsnam + - linux before_script: - apt-get update - apt-get install -y software-properties-common