Skip to content
Snippets Groups Projects

Add tests for user creation/deletion/retrieval

1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -72,6 +72,10 @@ build-testenv: &build-testenv
stage: setup
timeout: 2h
needs: []
only:
- pipelines
- schedules
- web
script:
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
Loading