Skip to content
Snippets Groups Projects
Verified Commit 62a7686a authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed stages

parent 2bd773f4
No related branches found
No related tags found
No related merge requests found
Pipeline #7875 canceled
...@@ -2,6 +2,7 @@ stages: # List of stages for jobs, and their order of execution ...@@ -2,6 +2,7 @@ stages: # List of stages for jobs, and their order of execution
- build - build
- pretest - pretest
- unittest - unittest
- install
- secret_detection - secret_detection
variables: variables:
...@@ -86,7 +87,7 @@ perl-quality-test-job: # This job runs in the test stage. ...@@ -86,7 +87,7 @@ perl-quality-test-job: # This job runs in the test stage.
- build-env-job - build-env-job
install: install:
stage: build stage: install
timeout: 30m timeout: 30m
tags: tags:
- "docker" - "docker"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment