diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ea16df7..0e47cb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,23 +16,7 @@ build_iso: script: # Update system - apt-get update -qq - - apt-get install -y -qq \ - build-essential \ - curl \ - wget \ - git \ - nodejs \ - npm \ - debootstrap \ - squashfs-tools \ - xorriso \ - grub-common \ - grub-pc-bin \ - grub-efi-amd64-bin \ - mtools \ - dosfstools \ - isolinux \ - syslinux-common + - apt-get install -y -qq build-essential curl wget git nodejs npm debootstrap squashfs-tools xorriso grub-common grub-pc-bin grub-efi-amd64-bin mtools dosfstools isolinux syslinux-common # Install Node dependencies - npm install