diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb673a94..578574ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: - deploy test: - stage: testing + stage: test before_script: - apt-get update - apt-get install zip unzip @@ -24,7 +24,7 @@ test: deploy: when: manual - stage: release + stage: deploy script: - ls - php -r "echo 'Hello, world!';" \ No newline at end of file