From 36e658998fc0aa2abede766e1d5ace6c1053c717 Mon Sep 17 00:00:00 2001 From: jaste111 <jan.steimann@hhu.de> Date: Mon, 28 Jun 2021 09:41:32 +0200 Subject: [PATCH] Revert "Remove leading #" This reverts commit 7f41ba7e --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65a605b..3ed9cf1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,4 +7,4 @@ python_run: - pip install pandas - python3 ComputeCommentEmbeddings.py tags: - - "ht" \ No newline at end of file + - "#ht" \ No newline at end of file -- GitLab