From 748eeae0cbf256eb3991d970feb400bdfd50b07f Mon Sep 17 00:00:00 2001 From: jaste111 <jan.steimann@hhu.de> Date: Mon, 28 Jun 2021 09:36:43 +0200 Subject: [PATCH] Add #ht tag to switch machine --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 665e3c3..3ed9cf1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,4 +5,6 @@ python_run: - pip install flair - pip install torch - pip install pandas - - python3 ComputeCommentEmbeddings.py \ No newline at end of file + - python3 ComputeCommentEmbeddings.py + tags: + - "#ht" \ No newline at end of file -- GitLab