From 7f41ba7e73d9cc34e47bc8dd2f2b367aedcf1aa4 Mon Sep 17 00:00:00 2001 From: jaste111 <jan.steimann@hhu.de> Date: Mon, 28 Jun 2021 09:38:51 +0200 Subject: [PATCH] Remove leading # --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ed9cf1..65a605b 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