Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rnd_ci_cd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alep
rnd_ci_cd
Commits
4aff1336
Commit
4aff1336
authored
Jul 16, 2026
by
alep
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix CI
parent
572fc992
Pipeline
#691
failed with stages
in 47 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.gitlab-ci.yml
.gitlab-ci.yml
+5
-5
No files found.
.gitlab-ci.yml
View file @
4aff1336
...
...
@@ -8,7 +8,7 @@ variables:
ANDROID_HOME
:
"
/Users/alypmustaqim/Library/Android/sdk"
ANDROID_SDK_ROOT
:
"
/Users/alypmustaqim/Library/Android/sdk"
.common
:
.common
:
&common
tags
:
-
shell
...
...
@@ -27,7 +27,7 @@ variables:
-
android/.gradle/
install_dependencies
:
extends
:
.
common
<<
:
*
common
stage
:
install
script
:
-
yarn install --frozen-lockfile
...
...
@@ -37,7 +37,7 @@ install_dependencies:
expire_in
:
1 hour
lint
:
extends
:
.
common
<<
:
*
common
stage
:
test
dependencies
:
-
install_dependencies
...
...
@@ -46,7 +46,7 @@ lint:
allow_failure
:
false
test
:
extends
:
.
common
<<
:
*
common
stage
:
test
dependencies
:
-
install_dependencies
...
...
@@ -55,7 +55,7 @@ test:
allow_failure
:
false
build_android
:
extends
:
.
common
<<
:
*
common
stage
:
build
dependencies
:
-
install_dependencies
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment