diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32e2cfc..7107d46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ build: # This job runs in the build stage, which runs first. script: - echo "Compiling the code..." - echo $DOCKER_VOLUME - - choe $DOCKER_COMPOSE_VOLUME + - echo $DOCKER_COMPOSE_VOLUME - npm install - npm run build - sudo cp -r $PWD/dist/. $DOCKER_VOLUME/scheduler/back/dist