diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f66112..b604468 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ check_app_update: # Build Frontend (Angular) build_frontend: stage: build - image: node:alpine3.23 + image: node:current-alpine3.23 dependencies: - check_app_update script: @@ -44,6 +44,7 @@ build_frontend: echo "No new commit, skipping build"; exit 0; fi + - apk add --no-cache git python3 make g++ - git clone https://github.com/barais/doodlestudent.git doodlestudent - ls -la doodlestudent/front #test - cd doodlestudent/front