diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 665e3c31233bfa04fc38bc9ee7bc31c39aefe7c9..3ed9cf159817a5726542d4c685a750c0ace8af58 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