From e425c3652795c04f6dfc0203b75d63913e9ee840 Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Thu, 22 Jul 2021 13:48:15 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6e4ffd3..6bfaa5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,7 @@ pages-testing: stage: deploy script: - pwd - - source ~/.bashrc - - echo $NVM_DIR + - cat ~/.bash_profile tags: - testing only: -- GitLab