Commit d259587d authored by DJOUNANG NANA Guy Rostan's avatar DJOUNANG NANA Guy Rostan Committed by GridexX
Browse files

chore(venom): Change the stage from static_tests to tests

parent a12a23c9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [1.0.0] - 2023-01-28
* Change the stage of the job to `tests`
 
## [0.1.0] - 2022-08-10
* Initial version
+2 −2
Original line number Diff line number Diff line
# Job from R2Devops hub --> r2devops.io

stages:
  - static_tests
  - tests

venom:

@@ -9,7 +9,7 @@ venom:
    name: golang:${IMAGE_TAG}
    entrypoint: [""]

  stage: static_tests
  stage: tests

  variables:
    PROJECT_ROOT: "."