diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef0ffbb..bd8406b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,7 @@ build_frontend: echo "No new commit, skipping build"; exit 0; fi + - ls -la ./ #test - ls -la doodlestudent/front #test - cd doodlestudent/front - npm ci