diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ecac41..dc75903 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,6 +44,7 @@ build_frontend: echo "No new commit, skipping build"; exit 0; fi + - git clone https://github.com/barais/doodlestudent.git doodlestudent - ls -la doodlestudent/front #test - cd doodlestudent/front - npm ci