diff --git a/.gitlab-ci/frontend.yml b/.gitlab-ci/frontend.yml index 99693ac1d..8f9a3e9a2 100644 --- a/.gitlab-ci/frontend.yml +++ b/.gitlab-ci/frontend.yml @@ -38,7 +38,7 @@ compile: script: # - &load-frontend-image zcat docker/frontend/image.tar.gz | podman image load # - make -- --docker-run-frontend-build FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose - - make -- frontend-build FRADRIVE_SERVICE=frontend + - make -- frontend-build artifacts: paths: - /fradrive/node_modules @@ -57,7 +57,7 @@ lint: script: # - *load-frontend-image # - make -- --docker-run-frontend-lint FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose - - make -- frontend-lint FRADRIVE_SERVICE=frontend + - make -- frontend-lint cache: *frontend-cache test: @@ -68,5 +68,5 @@ test: script: # - *load-frontend-image # - make -- --docker-run-frontend-test FRADRIVE_SERVICE=frontend CONTAINER_RUNNER=podman-compose - - make -- frontend-test FRADRIVE_SERVICE=frontend + - make -- frontend-test cache: *frontend-cache