diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83a806c5a520225ee79114fa3c2aa3be54da7602..5f24f085818d0f1cfcc8c93f9869c6d6c868d6c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,14 +3,14 @@ stages: - deploy build-esap-gui: - image: docker:latest stage: build before_script: - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install yarn npm -y )' script: + - npm -version - echo "Building deploy package" - - yarn install - - yarn build + - npm install + - npm build - echo "Build successful" artifacts: expire_in: 1 hour